diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index 9115124dcf..6a4d9e085f 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -23,7 +23,6 @@ {% block html_title %}{% project_name %}{{ request.new_window_url }}{% block title %}{% endblock %}{% endblock %} -{#{% get_main_setting "SIDE_BAR_SEARCH" as debug %}#} {% block web_theme_project_name %}{% project_name %}{% if debug %} {% trans "(DEBUG)" %} {% endif %}{% endblock %} {% block web_theme_stylesheets %} diff --git a/apps/web_theme/templates/web_theme_base.html b/apps/web_theme/templates/web_theme_base.html index d60b8368df..625a2d875c 100644 --- a/apps/web_theme/templates/web_theme_base.html +++ b/apps/web_theme/templates/web_theme_base.html @@ -42,8 +42,8 @@ {% if enable_scroll_js %} - #} - #} + + {% endif %} {% block web_theme_javascript %}{% endblock %}