From 5fab4b0a9e9089a1b012411e249fe26552059e56 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Fri, 27 Jul 2018 16:38:38 +0200 Subject: [PATCH] delete superfluous template tag call (#25517) --- templates/authentic2/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html index c3c8efb..f3b5a21 100644 --- a/templates/authentic2/base.html +++ b/templates/authentic2/base.html @@ -1,5 +1,4 @@ {% extends theme_base %} -{% load authentic2 %} {% block extra-body-args %} {% block bodyargs %} @@ -38,7 +37,5 @@ {% endblock %} {% block extra_scripts %} {% endblock %} - {% renderblock "css" %} - {% renderblock "js" %} {{ form.media }} {% endblock %} -- 2.18.0