Commit 8acb7455 authored by Enrico Zini's avatar Enrico Zini
Browse files

Export request to templates

parent b70af237
......@@ -149,6 +149,7 @@ INSTALLED_APPS = (
)
TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
"django.core.context_processors.request",
"backend.context_processors.const",
"backend.context_processors.current_user",
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment