diff --git a/templates/admin/base.html b/templates/admin/base.html
index dc82cae..e6c27eb 100644
--- a/templates/admin/base.html
+++ b/templates/admin/base.html
@@ -6,7 +6,8 @@
{% block extrastyle %}{% endblock %}
{% if LANGUAGE_BIDI %}{% endif %}
-{% block extrahead %}{% endblock %}
+{% block extrahead %}
+{% endblock %}
{% block blockbots %}{% endblock %}
{% load i18n %}