From 79c8636ce11d1b3e26c413adbabb6d83c5474a11 Mon Sep 17 00:00:00 2001 From: Yapollon Date: Fri, 2 Feb 2024 08:32:45 +0100 Subject: [PATCH] cleanup --- app.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app.py b/app.py index b3398df..6c21201 100644 --- a/app.py +++ b/app.py @@ -211,16 +211,6 @@ def habit_create(): # Back to index return redirect(url_for('index')) - """return render_template( - 'habit.html', - title='Erstelle ein Habit', - name=name, - note=note, - times=times, - unit=unit, - errors=errors, - )""" - @app.route('/profile') @login_required