cleanup
This commit is contained in:
parent
b383a5a424
commit
79c8636ce1
10
app.py
10
app.py
@ -211,16 +211,6 @@ def habit_create():
|
|||||||
# Back to index
|
# Back to index
|
||||||
return redirect(url_for('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')
|
@app.route('/profile')
|
||||||
@login_required
|
@login_required
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user