Fixed locales

+Pronoun description on the user's profile

Signed-off-by: Ailé <03ht@theodurr.fr>
This commit is contained in:
Ailé
2021-11-05 20:28:37 +01:00
parent c66e4232b9
commit b8aabc466c
3 changed files with 25 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<div id="user_profile_infos_items">
{% if profile.pronouns %}
<div>
<span class="user_profile_infos_item"> </span>
<span class="user_profile_infos_item">{% trans %}Pronouns: {% endtrans %}</span>
<span class="user_profile_infos_item_value">{{ profile.pronouns }}</span>
</div>
{% endif %}