diff --git a/app.py b/app.py index 3fe5821..8318025 100644 --- a/app.py +++ b/app.py @@ -42,7 +42,8 @@ def index(): 'index.html', title='Hallo ' + current_user.name, utc_dt=datetime.datetime.now().strftime("%d.%m.%Y %H:%M %A"), - habits=habits + habits=habits, + errors={}, )