mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Un peu de joli icone
This commit is contained in:
parent
cbe541d382
commit
5319ed266c
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue