From 4721d8763cbba5e0675af5c68c75e4c74e804831 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Fri, 11 Jan 2019 14:10:34 +0100 Subject: [PATCH] Fix invoice edit page, discount title is only displayed when needed. --- cotisations/templates/cotisations/facture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cotisations/templates/cotisations/facture.html b/cotisations/templates/cotisations/facture.html index 8a1a6d7a..efa7b06d 100644 --- a/cotisations/templates/cotisations/facture.html +++ b/cotisations/templates/cotisations/facture.html @@ -74,8 +74,8 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endfor %} -

{% trans "Discount" %}

{% if discount_form %} +

{% trans "Discount" %}

{% bootstrap_form discount_form %} {% endif %}