From 417967095f5373fb5d9f7244d329c473f3ea0223 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Tue, 9 May 2023 15:29:50 +0200 Subject: [PATCH] create grouped order button --- la_chariotte/order/templates/order/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/la_chariotte/order/templates/order/index.html b/la_chariotte/order/templates/order/index.html index 1a4b7b4..0ac1895 100644 --- a/la_chariotte/order/templates/order/index.html +++ b/la_chariotte/order/templates/order/index.html @@ -4,6 +4,9 @@ {% block content_title %}Commandes groupées que vous organisez{% endblock %} {% block content %} +
+ Créer une nouvelle commande groupée +
{% if grouped_order_list.incoming_grouped_orders or grouped_order_list.crossed_deadline_grouped_orders or grouped_order_list.old_grouped_orders %} {% if grouped_order_list.incoming_grouped_orders %}

Commandes groupées à venir

@@ -24,7 +27,7 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} Nb de commandes - Détail Organisation + Détail | Organisation {% endfor %} @@ -49,7 +52,7 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} Nb de commandes - Détail Organisation + Détail | Organisation {% endfor %} @@ -74,7 +77,7 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} Nb de commandes - Détail Organisation + Détail | Organisation {% endfor %}