Remove: leftover testing code
This commit is contained in:
parent
e0d8ce3025
commit
a4c37be52c
1 changed files with 2 additions and 1 deletions
|
@ -56,10 +56,11 @@
|
|||
|
||||
{% for radio in form.mature %}
|
||||
<div class="form-check form-check-inline">
|
||||
<label for="{{ radio.id_for_label }}" {% if radio == form.mature.initial %}checked{% endif %}>{{ radio.choice_label }}</label>
|
||||
<label for="{{ radio.id_for_label }}">{{ radio.choice_label }}</label>
|
||||
<input class="form-check-input" type="radio" name="mature" value="{{ radio.data.value }}" id="{{ radio.id_for_label }}" {% if form.mature.initial == radio.data.value %}checked{% endif %}>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue