forked from enviPath/enviPy
[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:
@ -58,19 +58,19 @@ class UserAdmin(admin.ModelAdmin):
|
|||||||
|
|
||||||
tpl = """Hello {username},
|
tpl = """Hello {username},
|
||||||
|
|
||||||
Your account has been successfully activated.
|
Your account has been successfully activated.
|
||||||
|
|
||||||
To log in, please visit
|
To log in, please visit
|
||||||
https://envipath.org/password_reset/
|
https://envipath.org/password_reset/
|
||||||
and request a new password.
|
and request a new password.
|
||||||
|
|
||||||
If you have any questions or feedback, feel free to visit our community forum at
|
If you have any questions or feedback, feel free to visit our community forum at
|
||||||
https://community.envipath.org/.
|
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."
|
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 = []
|
users = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user