8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 04:04:06 +00:00

Un peu de joli icone

This commit is contained in:
Gabriel Detraz 2018-01-13 15:53:53 +01:00 committed by root
parent cbe541d382
commit 5319ed266c

View file

@ -29,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block title %}Rechargement du solde{% endblock %}
{% block content %}
<h3>Rechargement du solde</h3>
<p>Solde de l'utilisateur : {{ request.user.solde }} €</p>
<h2>Rechargement du solde</h2>
<h3>Solde : <span class="label label-default">{{ request.user.solde }} €</span></h3>
<form class="form" method="post">
{% csrf_token %}
{% bootstrap_form rechargeform %}