From 5bbce69ea0b6bd34acfdf7fc30f02875585218b6 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Sat, 5 Oct 2019 00:27:27 +0200 Subject: [PATCH] =?UTF-8?q?Add=20a=20button=20=C2=AB=20Manage=20groups=20?= =?UTF-8?q?=C2=BB=20on=20the=20delivery.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skin a bit better the delivery balance template :-) Closes #16 --- copanier/templates/delivery.html | 3 +++ copanier/templates/delivery_balance.html | 2 +- copanier/templates/home.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/copanier/templates/delivery.html b/copanier/templates/delivery.html index 4e610be..dfcd162 100644 --- a/copanier/templates/delivery.html +++ b/copanier/templates/delivery.html @@ -42,5 +42,8 @@ Répartition des paiements {% endif %} +
  • +  Gérer les groupes +
  • {% endblock body %} diff --git a/copanier/templates/delivery_balance.html b/copanier/templates/delivery_balance.html index 5627b77..ab60b57 100644 --- a/copanier/templates/delivery_balance.html +++ b/copanier/templates/delivery_balance.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block body %} -

    Répartition des paiements

    +

    {{ delivery.name }}
    Répartition des paiements

    Les personnes indiquées avec un * à côté de leur nom sont celles qui ont payé cette commande pour leur groupe.

    diff --git a/copanier/templates/home.html b/copanier/templates/home.html index 4775c8b..01c9ff0 100644 --- a/copanier/templates/home.html +++ b/copanier/templates/home.html @@ -16,7 +16,7 @@ {% endif %} {% endblock body %}