summaryrefslogtreecommitdiffstats
path: root/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'context.py')
-rw-r--r--context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.py b/context.py
index ca6ca163..9e22550f 100644
--- a/context.py
+++ b/context.py
@@ -16,6 +16,7 @@ def application_settings(context):
'USE_EXTERNAL_LEGACY_LOGIN':settings.USE_EXTERNAL_LEGACY_LOGIN,
'RESOURCE_REVISION':settings.RESOURCE_REVISION,
'USE_SPHINX_SEARCH':settings.USE_SPHINX_SEARCH,
+ 'OSQA_SKIN':settings.OSQA_DEFAULT_SKIN,
}
return {'settings':my_settings}