diff --git a/app.py b/app.py index d15c462..503e64e 100644 --- a/app.py +++ b/app.py @@ -121,10 +121,10 @@ def index(): if current_user.is_authenticated: habits = current_user.get_habits() - name = "Hallo " + current_user.name + "du hurensohn" + name = "Hallo " + current_user.name else: habits = [] - name = "Bitte melde dich an." + name = "Bitte melde dich an, du Vollhorst." # habits = [("lesen", "eine Seite vor dem Schlafen gehen"), ("sport", "3x Gym")] return render_template(