Removed stupid title from Luis
This commit is contained in:
parent
a6b2f03d78
commit
33941c35bc
2
app.py
2
app.py
@ -34,7 +34,7 @@ def index():
|
|||||||
|
|
||||||
if current_user.is_authenticated:
|
if current_user.is_authenticated:
|
||||||
habits = current_user.get_habits()
|
habits = current_user.get_habits()
|
||||||
name = "Hallo " + current_user.name + "du hurensohn"
|
name = "Hallo " + current_user.name
|
||||||
else:
|
else:
|
||||||
habits = []
|
habits = []
|
||||||
name = "Bitte melde dich an."
|
name = "Bitte melde dich an."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user