mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
added default title of ''
This commit is contained in:
parent
633d8318a4
commit
00a310a209
2
util.py
2
util.py
@ -40,7 +40,7 @@ class Message():
|
||||
self.text += "<br />%s" % text
|
||||
|
||||
def page_template(template='base', **kwargs):
|
||||
for k in ['sidebar_left', 'sidebar_right', 'main', 'js', 'onload', 'nav', 'css']:
|
||||
for k in ['sidebar_left', 'sidebar_right', 'main', 'js', 'onload', 'nav', 'css', 'title']:
|
||||
if not k in kwargs:
|
||||
kwargs[k] = ''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user