diff --git a/cotisations/templates/cotisations/recharge.html b/cotisations/templates/cotisations/recharge.html index 6ca68696..d38b7614 100644 --- a/cotisations/templates/cotisations/recharge.html +++ b/cotisations/templates/cotisations/recharge.html @@ -29,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block title %}Rechargement du solde{% endblock %} {% block content %} -

Rechargement du solde

-

Solde de l'utilisateur : {{ request.user.solde }} €

+

Rechargement du solde

+

Solde : {{ request.user.solde }} €

{% csrf_token %} {% bootstrap_form rechargeform %}