From a6799379f6b4f70b0a943738ce934c53e17d5208 Mon Sep 17 00:00:00 2001 From: alazo Date: Fri, 7 Apr 2017 12:43:35 +0200 Subject: [PATCH] TinyMCE_base --- templates/admin/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}