Skip to content
Snippets Groups Projects
Commit 16f4ed27 authored by Matthew Mongeau's avatar Matthew Mongeau
Browse files

Change default gender option to be blank.

parent 0e76c4a9
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@
<label>Gender</label>
<div class="input-wrapper">
<select name="gender">
<option value="">--</option>
%for code, gender in UserProfile.GENDER_CHOICES:
<option value="${code}">${gender}</option>
%endfor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment