mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
frontend sur le profil
This commit is contained in:
parent
bb67127c3d
commit
c16f635c48
2 changed files with 7 additions and 2 deletions
|
@ -138,3 +138,8 @@ th.long_text{
|
|||
color: black;
|
||||
}
|
||||
|
||||
/* add padding under title in profile */
|
||||
.title-dashboard{
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue