diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-13 19:27:35 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-13 19:27:35 +0200 |
commit | 865b454d6ca77ad4ef09511243f138a30720892d (patch) | |
tree | f3f6cbdd07fc7c0887b5beeb4bebdd44db76c1fc /pyaggr3g470r | |
parent | Add admin email in en variables.. (diff) | |
download | newspipe-865b454d6ca77ad4ef09511243f138a30720892d.tar.gz newspipe-865b454d6ca77ad4ef09511243f138a30720892d.tar.bz2 newspipe-865b454d6ca77ad4ef09511243f138a30720892d.zip |
bugfix
Diffstat (limited to 'pyaggr3g470r')
-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 } |