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

fix the display of the end of connection date

This commit is contained in:
Laouen Fernet 2018-08-20 11:46:09 +02:00 committed by klafyvel
parent 3e391538f8
commit f1ef0b226f

View file

@ -66,7 +66,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div class="panel panel-success"> <div class="panel panel-success">
<div class="panel-heading dashboard">{% trans "Connection" %}</div> <div class="panel-heading dashboard">{% trans "Connection" %}</div>
<div class="panel-body dashboard"> <div class="panel-body dashboard">
<i class="text-success">{% blocktrans with end_connection=user.end_adhesion|date:"SHORT_DATE_FORMAT" %}End of connection: {{ end_connection }}{% endblocktrans %}</i> <i class="text-success">{% blocktrans with end_connection=users.end_adhesion|date:"SHORT_DATE_FORMAT" %}End of connection: {{ end_connection }}{% endblocktrans %}</i>
</div> </div>
</div> </div>
{% endif %} {% endif %}