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

Affiche le solde meme si pas de recharchement online

This commit is contained in:
Gabriel Detraz 2018-03-19 02:13:28 +01:00 committed by root
parent 1c8415ac20
commit d793da4372

View file

@ -168,16 +168,16 @@ non adhérent</span>{% endif %} et votre connexion est {% if users.has_access %}
<td>Aucun</td>
{% endif %}
</tr>
{% if allow_online_payment %}
<tr>
<th>Solde</th>
<td>{{ users.solde }} €
{% if allow_online_payment %}
<a class="btn btn-primary btn-sm" style='float:right' role="button" href="{% url 'cotisations:recharge' %}">
<i class="fa fa-euro-sign"></i>
Recharger
</a>
</td>
{% endif %}
</a>
{% endif %}
</td>
{% if users.shell %}
<th>Shell</th>
<td>{{ users.shell }}</td>