remove testroute

This commit is contained in:
Patrick Jentsch
2023-03-10 12:07:18 +01:00
parent c589fd1f78
commit 2529dfeb62
2 changed files with 1 additions and 280 deletions

View File

@ -30,12 +30,6 @@ def dashboard():
return render_template('main/dashboard.html.j2', title='Dashboard')
@bp.route('/dashboard2')
@login_required
def dashboard2():
return render_template('main/dashboard2.html.j2', title='Dashboard')
@bp.route('/user_manual')
def user_manual():
return render_template('main/user_manual.html.j2', title='User manual')
@ -55,6 +49,7 @@ def privacy_policy():
def terms_of_use():
return render_template('main/terms_of_use.html.j2', title='Terms of Use')
@bp.route('/social-area')
def social_area():
users = [