mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
icon on mail download button
This commit is contained in:
parent
75a7c5e44e
commit
1829ab75f4
1 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,9 @@
|
|||
|
||||
<div id="commandes" class="box tabcontent">
|
||||
<div class="buttons is-pulled-right">
|
||||
<a class="button is-info" href="{% url 'order:email_list' grouped_order.id %}" title="Afficher la liste des mails des participants">Liste des mails</a>
|
||||
<a class="button is-info" href="{% url 'order:email_list' grouped_order.id %}" title="Télécharger la liste des mails des participants">
|
||||
<i class="fa fa-download mr-3" aria-hidden="true"></i>Liste des mails
|
||||
</a>
|
||||
</div>
|
||||
<p class="title">Liste des commandes</p>
|
||||
{% if grouped_order.order_set.all %}
|
||||
|
|
Loading…
Reference in a new issue