mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
remove old translation of gender when unknown date of birth
This commit is contained in:
parent
4487fb09f2
commit
1577076c93
@ -65,8 +65,7 @@
|
||||
<div class="grid-3">
|
||||
<span class="open_sansbold">{{ 'Birthdate'|trans|upper }} :</span>
|
||||
{% if person.birthdate == null %}
|
||||
{{ 'Unknown date of birth'|trans }}, {{ ('person.gender.' ~
|
||||
person.gender)|trans }}
|
||||
{{ 'Unknown date of birth'|trans }}
|
||||
{% else %}
|
||||
{{ person.birthdate|localizeddate('long', 'none') }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user