Browse Source

Display la fin d'accès internet

rewrite_authors
Gabriel Detraz 8 years ago
committed by root
parent
commit
de1c4141aa
  1. 2
      users/templates/users/profil.html

2
users/templates/users/profil.html

@ -119,7 +119,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<tr>
<th>Accès internet</th>
{% if user.has_access == True %}
<td><font color="green">Actif</font></td>
<td><font color="green">Actif (jusqu'au {{ user.end_access }})</font></td>
{% else %}
<td><font color="red">Désactivé</font></td>
{% endif %}

Loading…
Cancel
Save