From 402c9541a89197b15af0bc950db9649c861aad05 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 6 May 2010 20:53:35 +0000 Subject: [PATCH] added "navbar" variable for temporary disabling the navigation bar --- wortschlucker/src/wortschlucker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wortschlucker/src/wortschlucker.py b/wortschlucker/src/wortschlucker.py index a3390b1..be954c4 100755 --- a/wortschlucker/src/wortschlucker.py +++ b/wortschlucker/src/wortschlucker.py @@ -28,6 +28,7 @@ loader = TemplateLoader(os.path.join(BASE_DIR, 'templates'), auto_reload=True) BASE_DICT = { "base_url": "/", # the trailing slash is necessary + "show_navbar": True, "errors": {}, }