mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #1412 Set defaut gender to empty value
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<label class="form_label control-label" for="form_gender"><strong>{% trans "admin::compte-utilisateur sexe" %}</strong></label>
|
||||
<div class="controls">
|
||||
<select name="form_gender" class="input-xlarge">
|
||||
<option value=""></option>
|
||||
<option {% if app["authentication"].getUser().get_gender() == "0" %}selected{% endif %} value="0" >
|
||||
{% trans "admin::compte-utilisateur:sexe: mademoiselle" %}
|
||||
</option>
|
||||
|
Reference in New Issue
Block a user