Browse Source

Missed aff_club.html

fix_superuser
LEVY-FALK Hugo 8 years ago
committed by root
parent
commit
1d6e26c078
  1. 4
      users/templates/users/aff_clubs.html

4
users/templates/users/aff_clubs.html

@ -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…
Cancel
Save