added "navbar" variable for temporary disabling the navigation bar
This commit is contained in:
parent
e9010e8342
commit
402c9541a8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ loader = TemplateLoader(os.path.join(BASE_DIR, 'templates'), auto_reload=True)
|
||||||
|
|
||||||
BASE_DICT = {
|
BASE_DICT = {
|
||||||
"base_url": "/", # the trailing slash is necessary
|
"base_url": "/", # the trailing slash is necessary
|
||||||
|
"show_navbar": True,
|
||||||
"errors": {},
|
"errors": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue