Restructure modals and base template

This commit is contained in:
Patrick Jentsch
2023-11-13 15:53:14 +01:00
parent ff1bcb40f3
commit 9487aa7a60
20 changed files with 19 additions and 69 deletions

View File

@@ -45,12 +45,6 @@ def dashboard():
)
# @bp.route('/user_manual')
# @register_breadcrumb(bp, '.user_manual', '<i class="material-icons left">help</i>User manual')
# def user_manual():
# return render_template('main/user_manual.html.j2', title='User manual')
@bp.route('/news')
@register_breadcrumb(bp, '.news', '<i class="material-icons left">email</i>News')
def news():