From f158787b3ba93748d66743c3bb2ee426bc1247fd Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Fri, 13 Jul 2018 22:05:17 +0200 Subject: [PATCH] Erreur sur les erreurs de form. --- cotisations/templates/cotisations/facture.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cotisations/templates/cotisations/facture.html b/cotisations/templates/cotisations/facture.html index 01933277..4ec05ec1 100644 --- a/cotisations/templates/cotisations/facture.html +++ b/cotisations/templates/cotisations/facture.html @@ -30,10 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block title %}{% trans "Invoices creation and edition" %}{% endblock %} {% block content %} -{% bootstrap_form_errors factureform %} -{% if payment_method %} -{% bootstrap_form_errors payment_method %} -{% endif %} {% if title %}

{{title}}

{% else %}