diff options
-rw-r--r-- | pyaggr3g470r/emails.py | 2 |
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 } |