From ec931e7a0823cb2bd896a82610b07d52b9e89549 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 20 Sep 2012 16:53:29 +0200 Subject: [PATCH] fix admin css --- telemeta/templates/admin/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telemeta/templates/admin/base.html b/telemeta/templates/admin/base.html index d7dc8ec6..d5f4b3f1 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 %} - + {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} -- 2.39.5