Jans Fehler repariert

This commit is contained in:
Nikolas 2024-01-20 23:40:04 +01:00
parent c6dc48dd52
commit bebf3780db

1
app.py
View File

@ -41,7 +41,6 @@ def index():
# habits = [("lesen", "eine Seite vor dem schlafen gehen"), ("sport", "3x Gym")]
return render_template(
'index.html',
title=f"Hallo {current_user.name}",
utc_dt=datetime.datetime.now().strftime("%d.%m.%Y %H:%M %A"),
habits=habits,
errors={},