]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/context.py
Merged FAQ and About into the same template, and added a special folder markdownext...
[osqa.git] / forum / context.py
index 1059332c28b0b0a866f52f8f66c549215225f333..6048261aaf8471edbd5cd9f2704edd375592f2d2 100644 (file)
@@ -5,6 +5,7 @@ def application_settings(context):
     my_settings = {
         'APP_TITLE' : settings.APP_TITLE,
         'APP_SHORT_NAME' : settings.APP_SHORT_NAME,
+        'SHOW_WELCOME_BOX' : settings.SHOW_WELCOME_BOX,
         'APP_URL'   : settings.APP_URL,
         'APP_KEYWORDS' : settings.APP_KEYWORDS,
         'APP_DESCRIPTION' : settings.APP_DESCRIPTION,