This commit is contained in:
Jean-Baptiste Doderlein 2023-11-08 14:11:30 +01:00
parent 55417313c0
commit 6a82a2187e
3 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@
<dd class="col-xl-6">{{ user_object.profile.address }}</dd>
<dt class="col-xl-6">{% trans 'paid'|capfirst %}</dt>
<dd class="col-xl-6">{{ user_object.profile.paid|yesno }}</dd>
<dd class="col-xl-6">{{ user_object.profile.paid|yesno:_("yes,no,maybe") }}</dd>
{% endif %}
{% if user_object.note and "note.view_note"|has_perm:user_object.note %}