]> git.0d.be Git - panikdb.git/blobdiff - panikdb/context_processors.py
start new regie home page
[panikdb.git] / panikdb / context_processors.py
index ed2ce65bb735654c1f3696fc9e1949e8abce8a1c..c2575c62cb617dd637b6b8e6f60c823a03433c5b 100644 (file)
@@ -12,4 +12,5 @@ def site_settings(request):
         'has_soma': settings.HAS_SOMA,
         'has_auto_schedule': getattr(settings, 'NONSTOP_AUTO_SCHEDULE', False),
         'wiki_search_base_url': settings.WIKI_SEARCH_BASE_URL,
+        'website_url': settings.WEBSITE_BASE_URL.strip('/'),
     }