From ce83d6e2995f47f76212a6ef51d39096415ad438 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Mon, 16 Jul 2018 20:25:52 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9pare=20le=20paiement=20par=20ch=C3=A8que?= =?UTF-8?q?=20en=20donnant=20une=20valeur=20par=20d=C3=A9faut=20=C3=A0=20m?= =?UTF-8?q?ethod=20+=20csrf=5Ftoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotisations/templates/cotisations/payment.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cotisations/templates/cotisations/payment.html b/cotisations/templates/cotisations/payment.html index 577ca64f..e1c8b0d0 100644 --- a/cotisations/templates/cotisations/payment.html +++ b/cotisations/templates/cotisations/payment.html @@ -35,9 +35,10 @@ with this program; if not, write to the Free Software Foundation, Inc., Pay {{ amount }} € {% endblocktrans %} -
+ {{ content | safe }} {% if form %} + {% csrf_token %} {% bootstrap_form form %} {% endif %} {% trans "Pay" as tr_pay %}