Remove insertion of the web_theme value into the templates

This commit is contained in:
Roberto Rosario
2014-10-02 17:44:10 -04:00
parent 6e40e7e5a5
commit 41d2f2c5c6

View File

@@ -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 ''