mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Missed aff_club.html
This commit is contained in:
parent
86b3b5ddcd
commit
1d6e26c078
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
<td>{{ club.room }}</td>
|
<td>{{ club.room }}</td>
|
||||||
<td>{% if club.is_adherent %}{{ club.end_adhesion }}{% else %}Non adhérent{% endif %}</td>
|
<td>{% if club.is_adherent %}{{ club.end_adhesion }}{% else %}Non adhérent{% endif %}</td>
|
||||||
<td>{% if club.has_access == True %}
|
<td>{% if club.has_access == True %}
|
||||||
<font color="green">Active</font>
|
<i class="text-success">Active</i>
|
||||||
{% else %}
|
{% else %}
|
||||||
<font color="red">Désactivée</font>
|
<i class="text-danger">Désactivée</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td><a href="{% url "users:profil" club.id%}" class="btn btn-primary btn-sm" role="button"><i class="glyphicon glyphicon-user"></i></a>
|
<td><a href="{% url "users:profil" club.id%}" class="btn btn-primary btn-sm" role="button"><i class="glyphicon glyphicon-user"></i></a>
|
||||||
|
|
Loading…
Reference in a new issue