add indeterminate gender

This commit is contained in:
2018-07-05 14:02:14 +02:00
parent 5ca6a9939c
commit b4c22bf247
4 changed files with 8 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ man: Homme
woman: Femme
Man: Homme
Woman: Femme
both: Indéterminé
Both: Indéterminé
Divorced: Divorcé(e)
Separated: Séparé(e)
Widow: Veuf(ve)

View File

@@ -45,7 +45,9 @@
<i class="fa fa-{% spaceless %}
{% if person.gender == "woman" %}
female
{% else %}
{% elseif person.gender == "both" %}
neuter
{% else %}
male
{% endif %}
{% endspaceless %}"></i>