Do not use Django 'required' for radio selects

As this requires them to be True, whereas we just need to require that an option be entered.
This commit is contained in:
2020-07-03 17:09:32 +01:00
parent d09f3994fc
commit 2e60c5e7bf
6 changed files with 158 additions and 36 deletions

View File

@@ -7,4 +7,4 @@
<label class="custom-control-label" for="{{ radio.id_for_label }}">{{ radio.choice_label }}</label>
</div>
{% endfor %}
</div>
</div>