From d3efae5ff7cd937f8ad177fc3541c564e8d6ea78 Mon Sep 17 00:00:00 2001 From: fergalmoran Date: Fri, 3 May 2013 15:50:10 +0100 Subject: [PATCH] Email template changes --- dss/settings.py | 3 ++- templates/notification/new_follower/email.html | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dss/settings.py b/dss/settings.py index 0f97bda..4b24931 100644 --- a/dss/settings.py +++ b/dss/settings.py @@ -264,7 +264,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = localsettings.EMAIL_HOST EMAIL_PORT = localsettings.EMAIL_PORT -DEFAULT_FROM_EMAIL = 'chatbot@deepsouthsounds.com' +DEFAULT_FROM_EMAIL = 'DSS ChatBot ' +DEFAULT_HTTP_PROTOCOL = 'http' if DEBUG: import mimetypes diff --git a/templates/notification/new_follower/email.html b/templates/notification/new_follower/email.html index 8ffcfba..fbbcd62 100644 --- a/templates/notification/new_follower/email.html +++ b/templates/notification/new_follower/email.html @@ -1 +1,5 @@ -{{ profile.get_nice_name }} has started following you. +{{ profile.get_nice_name }} has started following you on Deep South Sounds.
+This means they will get notifications about new mixes you upload.
+
+To see other notices change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}/me +