aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/emails.py b/pyaggr3g470r/emails.py
index 85dabf86..55ff4504 100644
--- a/pyaggr3g470r/emails.py
+++ b/pyaggr3g470r/emails.py
@@ -76,7 +76,7 @@ def new_account_notification(user):
data={
"from": conf.ADMIN_EMAIL,
"to": user.email,
- "subject": subject,
+ "subject": "[pyAggr3g470r] Account activation",
"text": plaintext,
"html": html
}
bgstack15