From 41d2f2c5c69a5b6ae23d059835493d3182d50773 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 2 Oct 2014 17:44:10 -0400 Subject: [PATCH] Remove insertion of the web_theme value into the templates --- mayan/apps/main/templatetags/theme_tags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/main/templatetags/theme_tags.py b/mayan/apps/main/templatetags/theme_tags.py index ad4b506b31..493a0b2c1b 100644 --- a/mayan/apps/main/templatetags/theme_tags.py +++ b/mayan/apps/main/templatetags/theme_tags.py @@ -16,7 +16,6 @@ class GetThemeNode(Node): self.var_name = var_name def render(self, context): - context['web_theme'] = web_theme_settings.THEME context['enable_scroll_js'] = web_theme_settings.ENABLE_SCROLL_JS return ''