From f404494057a9fa028515a00bf80a490dcf39d10a Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Fri, 27 Jul 2018 16:52:10 +0200 Subject: [PATCH] delete superfluous template tag call (#25518) --- src/authentic2/templates/authentic2/base.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/authentic2/templates/authentic2/base.html b/src/authentic2/templates/authentic2/base.html index c35b7887..c346df2b 100644 --- a/src/authentic2/templates/authentic2/base.html +++ b/src/authentic2/templates/authentic2/base.html @@ -1,5 +1,5 @@ {% extends "gadjo/base.html" %} -{% load i18n authentic2 %} +{% load i18n %} {% block page-title %}Authentic2 - {{ request.get_host }}{% endblock %} @@ -8,7 +8,6 @@ {% block css %} {{ block.super }} - {% renderblock "css" %} {{ form.media.css }} {% endblock %} @@ -18,7 +17,6 @@ {% comment %}block extra_scripts is kept for compatibility with old themes{% endcomment %} {% block extra_scripts %} {% endblock %} - {% renderblock "js" %} {% endblock %} {% block sidepage %} @@ -38,5 +36,4 @@ {% endblock %} {% block page-end %} - {% renderblock "js-endpage" %} {% endblock %} -- 2.18.0