From 9d70db2ca2d031dd6fa13a21e06833c1a57c45d4 Mon Sep 17 00:00:00 2001 From: jebus Date: Wed, 22 Apr 2026 08:47:05 +1200 Subject: [PATCH] [Fix] Wrong indentation in welcome mail (#373) Co-authored-by: Tim Lorsbach Reviewed-on: https://git.envipath.com/enviPath/enviPy/pulls/373 --- epdb/admin.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 = []