summaryrefslogtreecommitdiff
path: root/scripts/mails.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mails.py')
-rw-r--r--scripts/mails.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mails.py b/scripts/mails.py
index a7f6075..7b7769c 100644
--- a/scripts/mails.py
+++ b/scripts/mails.py
@@ -9,7 +9,6 @@ __authors__ = [
from django.template import loader
from django.contrib.auth.models import User
-from django.utils.translation import ugettext
def textbook_workshop_remainder(subject_template=None, body_template=None):
@@ -31,5 +30,5 @@ def textbook_workshop_remainder(subject_template=None, body_template=None):
body_template, dictionary={'name': full_name})
user.email_user(subject=subject, message=message,
- from_email='madhusudancs@fossee.in')
+ from_email='Madhusudan C.S. <madhusudancs@fossee.in>')