From 0922309531b50521cb7ff7a0349aa44a090b5c8c Mon Sep 17 00:00:00 2001 From: Verox001 Date: Fri, 19 Jan 2024 10:29:27 +0100 Subject: [PATCH] Added habit POST request and translated errors to german --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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={}, )