From 7f366b1bade8455f10d205ff97eb9862fe679ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 9 Aug 2018 10:28:40 +0200 Subject: [PATCH] templates: remove obsolete authentic2 template tags --- templates/authentic2/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html index fbdbea9..0bd0200 100644 --- a/templates/authentic2/base.html +++ b/templates/authentic2/base.html @@ -1,13 +1,10 @@ {% extends "base.html" %} -{% load authentic2 %} {% block extra-top-head %} {% block extrascripts %} {% endblock %} {% block extra_scripts %} {% endblock %} - {% renderblock "css" %} - {% renderblock "js" %} {{ form.media }} {% endblock %}