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 c068332c..3da69f7b 100644
--- a/context.py
+++ b/context.py
@@ -10,6 +10,7 @@ def application_settings(context):
'LANGUAGE_CODE': settings.LANGUAGE_CODE,
'GOOGLE_SITEMAP_CODE':settings.GOOGLE_SITEMAP_CODE,
'GOOGLE_ANALYTICS_KEY':settings.GOOGLE_ANALYTICS_KEY,
+ 'BOOKS_ON':settings.BOOKS_ON,
}
return {'settings':my_settings}