summaryrefslogtreecommitdiffstats
path: root/users/models/password_reset.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/models/password_reset.py')
-rw-r--r--users/models/password_reset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/models/password_reset.py b/users/models/password_reset.py
index 90062d3..628efa6 100644
--- a/users/models/password_reset.py
+++ b/users/models/password_reset.py
@@ -27,7 +27,7 @@ class PasswordResetStates(StateGraph):
await sync_to_async(send_mail)(
subject=f"{Config.system.site_name}: Confirm new account",
message=render_to_string(
- "emails/new_account.txt",
+ "emails/account_new.txt",
{
"reset": reset,
"config": Config.system,