Email link
This commit is contained in:
parent
9598fe2299
commit
27ebc37305
1 changed files with 4 additions and 0 deletions
|
@ -2,11 +2,15 @@
|
|||
|
||||
{% block content %}
|
||||
<h2>{{ account.firstname}} {{ account.lastname }}</h2>
|
||||
<a href="mailto:{{ account.email }}">{{account.email}}</a>
|
||||
<hr/>
|
||||
<a class="button" href="{% url 'reset' account.pk %}">Remettre le solde à 0</a>
|
||||
<a class="button" href="{% url 'refill' account.pk %}">Recharger le compte</a>
|
||||
<a class="button" href="{% url 'pay' account.pk %}">Imprimer</a>
|
||||
<br/>
|
||||
<br/>
|
||||
<hr/>
|
||||
<br/>
|
||||
<h3>Ventes</h3>
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue