Compare commits

..

No commits in common. "f1c4d26b0a0d9a0ca0aa41a09051753f9fa4a0c8" and "3c388b03a760c9e3ba1e975680ffa7690f70b53a" have entirely different histories.

2
app.py
View File

@ -549,7 +549,7 @@ def add_user():
if not user:
errors['email'] = 'E-Mail Adresse nicht gefunden.'
if user and user.id == current_user.id:
if user.id == current_user.id:
errors['email'] = 'Du kannst dich nicht selbst hinzufügen.'
# Check if user is already in the habit list