8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 12:14:05 +00:00

Missed aff_club.html

This commit is contained in:
LEVY-FALK Hugo 2017-11-14 16:11:08 +01:00 committed by root
parent 86b3b5ddcd
commit 1d6e26c078

View file

@ -44,9 +44,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{ club.room }}</td>
<td>{% if club.is_adherent %}{{ club.end_adhesion }}{% else %}Non adhérent{% endif %}</td>
<td>{% if club.has_access == True %}
<font color="green">Active</font>
<i class="text-success">Active</i>
{% else %}
<font color="red">Désactivée</font>
<i class="text-danger">Désactivée</i>
{% endif %}
</td>
<td><a href="{% url "users:profil" club.id%}" class="btn btn-primary btn-sm" role="button"><i class="glyphicon glyphicon-user"></i></a>