mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-31 22:19:54 +00:00
Email template changes
This commit is contained in:
@@ -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 <chatbot@deepsouthsounds.com>'
|
||||
DEFAULT_HTTP_PROTOCOL = 'http'
|
||||
|
||||
if DEBUG:
|
||||
import mimetypes
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
<a href="{{ profile.get_absolute_url }}">{{ profile.get_nice_name }}</a> has started following you.
|
||||
<a href="{{ default_http_protocol }}://{{ current_site}}/{{ profile.get_absolute_url }}">{{ profile.get_nice_name }}</a> has started following you on Deep South Sounds. <br />
|
||||
This means they will get notifications about new mixes you upload. <br />
|
||||
<br />
|
||||
To see other notices change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}/me
|
||||
|
||||
|
||||
Reference in New Issue
Block a user