summaryrefslogtreecommitdiffstats
path: root/forum/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/context.py')
-rw-r--r--forum/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/context.py b/forum/context.py
index 905d24dd..d8f1d838 100644
--- a/forum/context.py
+++ b/forum/context.py
@@ -15,7 +15,7 @@ def application_settings(context):
'GOOGLE_ANALYTICS_KEY':settings.GOOGLE_ANALYTICS_KEY,
'WIKI_ON':settings.WIKI_ON,
'RESOURCE_REVISION':settings.RESOURCE_REVISION,
- 'OSQA_SKIN':settings.OSQA_DEFAULT_SKIN,
+ 'ASKBOT_SKIN':settings.ASKBOT_DEFAULT_SKIN,
}
return {'settings':my_settings}