Browse Source

fix the display of the end of connection date

release-2.6.1
Laouen Fernet 7 years ago
committed by Hugo LEVY-FALK
parent
commit
c25a498140
  1. 2
      users/templates/users/profil.html

2
users/templates/users/profil.html

@ -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" %}

Loading…
Cancel
Save