Adding in option to allow deselection of ethnicity

This commit is contained in:
Andrew Hayward 2013-06-19 14:43:32 +01:00
Родитель 35b31634f5
Коммит a9dc9f3834
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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>