8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-20 09:32:29 +00:00

frontend sur le profil

This commit is contained in:
grisel-davy 2018-08-10 17:15:03 +02:00 committed by chirac
parent bb67127c3d
commit c16f635c48
2 changed files with 7 additions and 2 deletions

View file

@ -138,3 +138,8 @@ th.long_text{
color: black;
}
/* add padding under title in profile */
.title-dashboard{
padding-bottom: 30px;
}

View file

@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block title %}Profil{% endblock %}
{% block content %}
<div align="center">
<div align="center" class="title-dashboard">
{% if user == users %}
<h2>Welcome {{ users.name }} {{ users.surname }}</h2>
{% else %}
@ -78,7 +78,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
<div class="panel-body dashboard">
<a class="btn btn-primary btn-sm" role="button" href="{% url 'cotisations:credit-solde' users.id %}">
<i class="fa fa-euro-sign"></i> Pay for the balance
<i class="fa fa-euro-sign"></i> Recharger
</a>
</div>
</div>