Email link

This commit is contained in:
Hugo LEVY-FALK 2018-12-14 20:28:06 +01:00
parent 9598fe2299
commit 27ebc37305

View file

@ -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>