From f5484bb90a7e93763ae5342b3bdb84d0b26d4948 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 24 Mar 2019 19:48:52 +0100 Subject: [PATCH] Add a "manage my order" button on home page --- copanier/templates/delivery.html | 2 +- copanier/templates/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copanier/templates/delivery.html b/copanier/templates/delivery.html index 32a1dbf..80bbfa1 100644 --- a/copanier/templates/delivery.html +++ b/copanier/templates/delivery.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block body %} -

{{ delivery.producer }} {% if delivery.is_open %}Ma commande{% endif %}

+

{{ delivery.producer }} {% if delivery.is_open %}Gérer ma commande{% endif %}

{% include "includes/delivery_head.html" %}
diff --git a/copanier/templates/home.html b/copanier/templates/home.html index ddaa2a8..9f91411 100644 --- a/copanier/templates/home.html +++ b/copanier/templates/home.html @@ -4,7 +4,7 @@