From d0f8d34cf8466b69e1033f92be86e29963ea1c70 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 19 Jul 2018 12:33:19 +0200 Subject: [PATCH] don't use renderblock and addtoblock tags (#25368) --- templates/authentic2/base.html | 2 -- templates/variants/tournai/authentic2/login_password_form.html | 1 - 2 files changed, 3 deletions(-) diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html index c3c8efb..287019e 100644 --- a/templates/authentic2/base.html +++ b/templates/authentic2/base.html @@ -38,7 +38,5 @@ {% endblock %} {% block extra_scripts %} {% endblock %} - {% renderblock "css" %} - {% renderblock "js" %} {{ form.media }} {% endblock %} diff --git a/templates/variants/tournai/authentic2/login_password_form.html b/templates/variants/tournai/authentic2/login_password_form.html index 821d7fb..5b3de2b 100644 --- a/templates/variants/tournai/authentic2/login_password_form.html +++ b/templates/variants/tournai/authentic2/login_password_form.html @@ -13,4 +13,3 @@ -{% addtoblock "js-endpage" %}{% endaddtoblock %} -- 2.18.0