Start Theme Repo
This commit is contained in:
9
views/pieces/submissions/fields/hack-status.twig
Normal file
9
views/pieces/submissions/fields/hack-status.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
<fieldset>
|
||||
<legend>{{ __( "Status:", 'romhackplaza' ) }}</legend>
|
||||
{% for term in terms_status %}
|
||||
<div class="status-option">
|
||||
<input type="radio" id="complete" name="hack-status" value="{{ term.id }}" {% if term.id in value_terms_status %}checked{% endif %} required>
|
||||
<label for="complete">{{ __( term.title, 'romhackplaza' ) }}</label>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user