diff --git a/templates/admin/base.html b/templates/admin/base.html index e6c27eb..48516d5 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -8,6 +8,8 @@ {% if LANGUAGE_BIDI %}{% endif %} {% block extrahead %} {% endblock %} + + {% block blockbots %}{% endblock %} {% load i18n %} @@ -15,6 +17,16 @@
+