Jans Fehler repariert
This commit is contained in:
parent
c6dc48dd52
commit
bebf3780db
1
app.py
1
app.py
@ -41,7 +41,6 @@ def index():
|
|||||||
# habits = [("lesen", "eine Seite vor dem schlafen gehen"), ("sport", "3x Gym")]
|
# habits = [("lesen", "eine Seite vor dem schlafen gehen"), ("sport", "3x Gym")]
|
||||||
return render_template(
|
return render_template(
|
||||||
'index.html',
|
'index.html',
|
||||||
title=f"Hallo {current_user.name}",
|
|
||||||
utc_dt=datetime.datetime.now().strftime("%d.%m.%Y %H:%M %A"),
|
utc_dt=datetime.datetime.now().strftime("%d.%m.%Y %H:%M %A"),
|
||||||
habits=habits,
|
habits=habits,
|
||||||
errors={},
|
errors={},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user