summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/context.py b/askbot/context.py
index 523e8e09..fba17b5f 100644
--- a/askbot/context.py
+++ b/askbot/context.py
@@ -46,6 +46,7 @@ def application_settings(request):
'ASKBOT_USE_LOCAL_FONTS',
False
)
+ my_settings['CSRF_COOKIE_NAME'] = settings.CSRF_COOKIE_NAME
my_settings['DEBUG'] = settings.DEBUG
my_settings['USING_RUNSERVER'] = 'runserver' in sys.argv
my_settings['ASKBOT_VERSION'] = askbot.get_version()