summaryrefslogtreecommitdiffstats
path: root/forum/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/context.py')
-rw-r--r--forum/context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/context.py b/forum/context.py
index d8f1d838..043af81d 100644
--- a/forum/context.py
+++ b/forum/context.py
@@ -16,6 +16,7 @@ def application_settings(context):
'WIKI_ON':settings.WIKI_ON,
'RESOURCE_REVISION':settings.RESOURCE_REVISION,
'ASKBOT_SKIN':settings.ASKBOT_DEFAULT_SKIN,
+ 'EDITABLE_SCREEN_NAME':settings.EDITABLE_SCREEN_NAME,
}
return {'settings':my_settings}