Fix tests after introduction of bootstrap

This commit is contained in:
2021-07-22 15:20:45 +00:00
parent 08e396195c
commit 2699d48533
7 changed files with 31 additions and 22 deletions

View File

@@ -76,10 +76,10 @@
{{ 'Unknown date of birth'|trans }}
{% else %}
{{ person.birthdate|format_date('short') }}
<span class="age">
{{ 'years_old'|trans({ 'age': person.age }) }}
</span>
{% endif %}
<span class="age">
{{ person.age ~ ((person.age > 1) ? ' ans' : ' an') }}
</span>
</div>
{%- if chill_person.fields.nationality == 'visible' -%}