From b9cdcd80f4ed14d5f280660749e4bc310f8a9992 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 8 Oct 2014 14:06:13 -0400 Subject: [PATCH] Issue #56, Remove remaining SIDEBAR_SEARCH and web_main_settings code --- mayan/apps/main/templates/main/base.html | 15 -------- .../generic_list_horizontal_subtemplate.html | 1 - .../main/generic_list_subtemplate.html | 1 - .../main/templatetags/main_settings_tags.py | 34 ------------------- mayan/apps/main/templatetags/theme_tags.py | 2 -- .../templates/generic_link_instance.html | 2 -- 6 files changed, 55 deletions(-) delete mode 100644 mayan/apps/main/templatetags/main_settings_tags.py diff --git a/mayan/apps/main/templates/main/base.html b/mayan/apps/main/templates/main/base.html index 29c44d67ed..5837129fd6 100644 --- a/mayan/apps/main/templates/main/base.html +++ b/mayan/apps/main/templates/main/base.html @@ -3,11 +3,9 @@ {% load compress %} -{% load main_settings_tags %} {% load navigation_tags %} {% load project_tags %} {% load registration_tags %} -{% load search_tags %} {% load settings %} {% load variable_tags %} @@ -260,19 +258,6 @@ {% block footer %}{% endblock %}