From b7a736e666453f834d461ed9409bab013485c052 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Fri, 20 Jul 2018 11:31:45 +0200 Subject: [PATCH] don't use addtoblock template tag (#25395) Deletion the block because it is not rendered anyway. --- templates/variants/tournai/authentic2/login_password_form.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/variants/tournai/authentic2/login_password_form.html b/templates/variants/tournai/authentic2/login_password_form.html index 821d7fb..29247f9 100644 --- a/templates/variants/tournai/authentic2/login_password_form.html +++ b/templates/variants/tournai/authentic2/login_password_form.html @@ -1,4 +1,4 @@ -{% load i18n authentic2 staticfiles %} +{% load i18n staticfiles %}

Je m’identifie et me connecte avec mes identifiants

{% csrf_token %} @@ -13,4 +13,3 @@
-{% addtoblock "js-endpage" %}{% endaddtoblock %} -- 2.18.0