From ca021e9cd5ee81aeffb25c3de1eccd63178e772a Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 20 Sep 2012 16:27:03 +0200 Subject: [PATCH] fix admin static urls --- telemeta/templates/admin/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/telemeta/templates/admin/base.html b/telemeta/templates/admin/base.html index 533f0367..d7dc8ec6 100644 --- a/telemeta/templates/admin/base.html +++ b/telemeta/templates/admin/base.html @@ -2,11 +2,11 @@ {% block title %}{% endblock %} - + {% block extrastyle %}{% endblock %} - -{% if LANGUAGE_BIDI %}{% endif %} - + +{% if LANGUAGE_BIDI %}{% endif %} + {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} -- 2.39.5