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