1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 01:18:21 +02:00

Fix adherents name

This commit is contained in:
Alexandre Iooss
2019-08-10 16:22:04 +02:00
parent 2ce5e122a4
commit 79ad58997a
5 changed files with 18 additions and 18 deletions

View File

@ -78,7 +78,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<li><strong>{% trans 'maximum borrowed' %}</strong> : {{ user.maxemprunt }}</li>
<li>
<strong>{% trans 'membership for current year' %}</strong> :
{% if user.is_adherent %}
{% if user.is_member %}
<span style="color:green">{% trans 'yes' %}</span>
{% else %}
<span style="color:red">{% trans 'no' %}</span>