mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
add grouped order code in overview page
This commit is contained in:
parent
6fe83b9275
commit
30d74e5dd9
2 changed files with 4 additions and 3 deletions
|
@ -84,6 +84,7 @@
|
|||
<button class="button is-info" onclick="copyLink()">
|
||||
<i class="fa fa-files-o mr-3" aria-hidden="true"></i>Copier le lien
|
||||
</button>
|
||||
<p class="subtitle mt-4">Code de la commande : {{ grouped_order.code }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="column">
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<a class="navbar-item" href="{% url 'dashboard' %}">
|
||||
<i class="fa fa-home mr-3" aria-hidden="true"></i>Tableau de bord
|
||||
</a>
|
||||
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
<a class="navbar-item" href="{% url 'order:index' %}">
|
||||
<i class="fa fa-shopping-basket mr-3" aria-hidden="true"></i>Mes commandes groupées
|
||||
|
@ -82,11 +82,11 @@
|
|||
{% endif %}
|
||||
|
||||
<a class="navbar-item" href="{% url 'dashboard' %}">
|
||||
<i class="fa fa-home mr-3" aria-hidden="true"></i>La Chariotte, c'est quoi ?
|
||||
<i class="fa fa-info-circle mr-3" aria-hidden="true"></i>La Chariotte, c'est quoi ?
|
||||
</a>
|
||||
|
||||
<a class="navbar-item" href="{% url 'notice' %}">
|
||||
<i class="fa fa-question-circle mr-3" aria-hidden="true"></i>Comment ça marche ?
|
||||
<i class="fa fa-cog mr-3" aria-hidden="true"></i>Comment ça marche ?
|
||||
</a>
|
||||
|
||||
<a class="navbar-item" href="{% url 'notice' %}">
|
||||
|
|
Loading…
Reference in a new issue