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 %}