Update
This commit is contained in:
@@ -73,5 +73,5 @@ def page_add():
|
||||
"""
|
||||
pagedata = {}
|
||||
pagedata['title'] = 'Новый документ - ' + app.config['TITLE']
|
||||
body = render_template('user/page_add.html', pagedata=pagedata)
|
||||
body = render_template('/private/skeleton.html', pagedata=pagedata)
|
||||
return body
|
||||
|
||||
Reference in New Issue
Block a user