added "navbar" variable for temporary disabling the navigation bar

This commit is contained in:
lars 2010-05-06 20:53:35 +00:00
parent e9010e8342
commit 402c9541a8

View file

@ -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": {},
}