feat: affichage telephone dans la liste des commandes sur la page de gestion

This commit is contained in:
Laetitia 2024-10-20 16:15:51 +02:00 committed by Laetitia Getti
parent 8adc700005
commit b05eeb5a82

View file

@ -161,7 +161,7 @@
<tr>
<td>{{ order.author }}</td>
<td>{{ order.price }} €</td>
<td><a href="mailto:{{ order.author.email }}">{{ order.author.email }}</a></td>
<td><a href="mailto:{{ order.author.email }}">{{ order.author.email }}</a>{% if order.author.phone %} / {{ order.author.phone }}{% endif %}</td>
<td>
<button class="button is-info is-small js-modal-trigger" data-target="order-detail-{{ order.id }}">
Voir