Fixed non-binary gender option
This commit is contained in:
parent
bd6d69a83b
commit
1d542150ad
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
<label class="custom-control-label" for="genderInline2">Female</label>
|
||||
</div>
|
||||
<div class="custom-control custom-radio custom-control-inline mt-2">
|
||||
<input type="radio" id="genderInline3" name="gender" class="custom-control-input" {% if account.profile.gender!="Female" and account.profile.gender!="Male" %}checked{% endif %}>
|
||||
<input type="radio" id="genderInline3" name="gender" value="Non-Binary" class="custom-control-input" {% if account.profile.gender!="Female" and account.profile.gender!="Male" %}checked{% endif %}>
|
||||
<label class="custom-control-label" for="genderInline3">Other</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue