This commit is contained in:
2024-03-03 20:46:52 +03:00
parent bdc8f8496f
commit 90b832e3e8
26 changed files with 199 additions and 530 deletions

View File

@@ -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