From 4ac403ec29fbfc1ec8bec76deeed7b8380948d68 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Wed, 2 Jan 2019 15:18:40 +0100 Subject: [PATCH] Hotfix boostrapform --- cotisations/templates/cotisations/facture.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cotisations/templates/cotisations/facture.html b/cotisations/templates/cotisations/facture.html index ff9ed837..8a1a6d7a 100644 --- a/cotisations/templates/cotisations/facture.html +++ b/cotisations/templates/cotisations/facture.html @@ -44,8 +44,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% blocktrans %}Current balance: {{ balance }} €{% endblocktrans %}

{% endif %} +{% if factureform %} {% bootstrap_form_errors factureform %} +{% endif %} +{% if discount_form %} {% bootstrap_form_errors discount_form %} +{% endif %}
{% csrf_token %}