8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-12 10:13:40 +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 Hugo LEVY-FALK
parent 8bfef4716a
commit c25a498140

View file

@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% elif not users.has_access %}
<div class="panel panel-danger">
<div class="panel-heading dashboard">{% trans "No connection" %}</div>
<div class="panel-body dashboard">
<div class="panel-body dashboard">
{% can_create Facture %}
<a class="btn btn-danger btn-sm" role="button" href="{% url 'cotisations:new-facture' users.id %}">
<i class="fas fa-sign-in-alt"></i> {% trans "Pay for a connection" %}