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:
parent
3e391538f8
commit
f1ef0b226f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<div class="panel panel-success">
|
||||
<div class="panel-heading dashboard">{% trans "Connection" %}</div>
|
||||
<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>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue