aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 19:27:35 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 19:27:35 +0200
commit865b454d6ca77ad4ef09511243f138a30720892d (patch)
treef3f6cbdd07fc7c0887b5beeb4bebdd44db76c1fc /pyaggr3g470r
parentAdd admin email in en variables.. (diff)
downloadnewspipe-865b454d6ca77ad4ef09511243f138a30720892d.tar.gz
newspipe-865b454d6ca77ad4ef09511243f138a30720892d.tar.bz2
newspipe-865b454d6ca77ad4ef09511243f138a30720892d.zip
bugfix
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