Removed stupid title from Luis

This commit is contained in:
Verox001 2024-01-23 10:57:28 +01:00
parent a6b2f03d78
commit 33941c35bc

2
app.py
View File

@ -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."