diff --git a/epdb/admin.py b/epdb/admin.py index 1df5db04..e307a4cc 100644 --- a/epdb/admin.py +++ b/epdb/admin.py @@ -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 = []