From 5b40b9aac8ef1b8c17a6690f7809a1efd40c616f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 7 Jun 2019 12:51:21 +0200 Subject: [PATCH] Split back home page to distinguish between active commands and past ones --- copanier/templates/home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/copanier/templates/home.html b/copanier/templates/home.html index 022bcf1..17fd200 100644 --- a/copanier/templates/home.html +++ b/copanier/templates/home.html @@ -3,6 +3,7 @@ {% with deliveries=incoming %} {% include "includes/delivery_list.html" %} {% endwith %} +

Commandes à solder

{% with deliveries=former %} {% include "includes/delivery_list.html" %} {% endwith %}