mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-02-16 20:47:56 +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;
|
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 title %}Profil{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div align="center">
|
<div align="center" class="title-dashboard">
|
||||||
{% if user == users %}
|
{% if user == users %}
|
||||||
<h2>Welcome {{ users.name }} {{ users.surname }}</h2>
|
<h2>Welcome {{ users.name }} {{ users.surname }}</h2>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -78,7 +78,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body dashboard">
|
<div class="panel-body dashboard">
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'cotisations:credit-solde' users.id %}">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue