Added habit POST request and translated errors to german
This commit is contained in:
parent
2e1a2bc399
commit
0922309531
3
app.py
3
app.py
@ -42,7 +42,8 @@ def index():
|
|||||||
'index.html',
|
'index.html',
|
||||||
title='Hallo ' + current_user.name,
|
title='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={},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user