From fc607ee0658b752da15ee64a81bd10d258478c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 19 Jan 2016 17:17:00 +0100 Subject: [PATCH] templates: fix location of module loading --- templates/authentic2/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authentic2/base.html b/templates/authentic2/base.html index 9da27f0..bf17898 100644 --- a/templates/authentic2/base.html +++ b/templates/authentic2/base.html @@ -1,5 +1,5 @@ -{% load authentic2 %} {% extends theme_base %} +{% load authentic2 %} {% block extra-top-head %} {% block extrascripts %}