[Fix] Wrong indentation in welcome mail (#373)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#373
This commit is contained in:
2026-04-22 08:47:05 +12:00
parent fec26d0233
commit 9d70db2ca2

View File

@ -58,19 +58,19 @@ class UserAdmin(admin.ModelAdmin):
tpl = """Hello {username},
Your account has been successfully activated.
Your account has been successfully activated.
To log in, please visit
https://envipath.org/password_reset/
and request a new password.
To log in, please visit
https://envipath.org/password_reset/
and request a new password.
If you have any questions or feedback, feel free to visit our community forum at
https://community.envipath.org/.
You do not need to register again for the forum - you can log in using your enviPath account by clicking "Log In" and then "Log in with enviPath."
If you have any questions or feedback, feel free to visit our community forum at
https://community.envipath.org/.
You do not need to register again for the forum - you can log in using your enviPath account by clicking "Log In" and then "Log in with enviPath."
Best regards,
Best regards,
The enviPath Team"""
The enviPath Team"""
users = []