fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed typo in Email from_mail

This commit is contained in:
Felipe Martín 2015-01-26 15:08:24 +01:00
parent fc17ec0ff8
commit 49545015c8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Email(object):
text = ''
def __init__(self, context={}):
self.form_email = getattr(settings, 'FROM_EMAIL', 'root@localhost')
self.from_email = getattr(settings, 'FROM_EMAIL', 'root@localhost')
self.context = context
self.prepare()