зеркало из https://github.com/mozilla/CSOL-site.git
Adding in option to allow deselection of ethnicity
This commit is contained in:
Родитель
35b31634f5
Коммит
a9dc9f3834
|
@ -91,6 +91,10 @@
|
|||
{{ ethnicity }}
|
||||
</label>
|
||||
{% endfor %}
|
||||
<label class="radio">
|
||||
<input type="radio" id="input-ethnicity" name="raceEthnicity" value=""{% if not raceEthnicity %} checked{% endif %}>
|
||||
<i>Don't want to say</i>
|
||||
</label>
|
||||
|
||||
{% if _fields.raceEthnicity.message -%}
|
||||
<span class="help-block message"><strong><em>{{ _fields.raceEthnicity.message }}</em></strong></span>
|
||||
|
|
Загрузка…
Ссылка в новой задаче