Update page layout.

This commit is contained in:
Patrick Jentsch
2019-07-09 16:59:04 +02:00
parent c15ac55fe3
commit 93b67cb297
8 changed files with 53 additions and 34 deletions

View File

@ -6,7 +6,7 @@ from flask_login import login_required
@main.route('/')
def index():
return render_template('main/index.html.j2')
return render_template('main/index.html.j2', title='Portal')
@main.route('/admin')