From 5319ed266c3fe872237074d568fde4f61f66f286 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sat, 13 Jan 2018 15:53:53 +0100 Subject: [PATCH] Un peu de joli icone --- cotisations/templates/cotisations/recharge.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}