diff --git a/templates/search.html b/templates/search.html index 711789b..eaaa101 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,4 +1,4 @@ -{% USE_TIPUE_SEARCH %} {% extends 'base.html' %} {% block title %} {{ _('Search') }} - {{ SITENAME|striptags }} {% endblock title %} {% block content %} +{% if USE_TIPUE_SEARCH %} {% extends 'base.html' %} {% block title %} {{ _('Search') }} - {{ SITENAME|striptags }} {% endblock title %} {% block content %}