From 865b454d6ca77ad4ef09511243f138a30720892d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 13 May 2014 19:27:35 +0200 Subject: bugfix --- pyaggr3g470r/emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r') 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 } -- cgit