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 %}