8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

un s peut tout changer

This commit is contained in:
grisel-davy 2018-07-03 16:29:08 +02:00
parent 088d056c1b
commit 4ed7c5a4ee

View file

@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div class="panel panel-danger">
<div class="panel-heading dashboard">Votre compte est banni</div>
<div class="panel-body dashboard">
<i class="text-danger">Fin du ban : {{user.end_ban|date:"d M Y"}}</i>
<i class="text-danger">Fin du ban : {{users.end_ban|date:"d M Y"}}</i>
</div>
</div>
{% elif not users.is_connected%}
@ -59,7 +59,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div class="panel panel-success">
<div class="panel-heading dashboard">Connecté</div>
<div class="panel-body dashboard">
<i class="text-success">Fin de connexion: {{user.end_adhesion|date:"d M Y"}}</i>
<i class="text-success">Fin de connexion: {{users.end_adhesion|date:"d M Y"}}</i>
</div>
</div>
{% endif %}