From: yomguy Date: Thu, 20 Sep 2012 14:27:03 +0000 (+0200) Subject: fix admin static urls X-Git-Tag: 1.4.4-lam~10^2~5^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca021e9cd5ee81aeffb25c3de1eccd63178e772a;p=telemeta.git fix admin static urls --- 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 %}