Implement flask-breadcrumbs everywhere

This commit is contained in:
Patrick Jentsch
2023-03-14 11:13:35 +01:00
parent bac526b927
commit c91004d6ba
38 changed files with 509 additions and 443 deletions

View File

@ -28,7 +28,7 @@ def faq():
@bp.route('/dashboard')
@register_breadcrumb(bp, '.dashboard', 'Dashboard')
@register_breadcrumb(bp, '.dashboard', '<i class="material-icons left">dashboard</i>Dashboard')
@login_required
def dashboard():
return render_template('main/dashboard.html.j2', title='Dashboard')