diff --git a/templates/mail/email_base.xhtml b/templates/mail/email_base.xhtml index c381e6cf5..726ea213d 100644 --- a/templates/mail/email_base.xhtml +++ b/templates/mail/email_base.xhtml @@ -14,7 +14,9 @@ diff --git a/templates/mail/email_story_html.xhtml b/templates/mail/email_story_html.xhtml index a099875ad..01fb6369d 100644 --- a/templates/mail/email_story_html.xhtml +++ b/templates/mail/email_story_html.xhtml @@ -1,10 +1,12 @@ {% extends "mail/email_base.xhtml" %} {% load social_tags %} +{% block header %}{% endblock %} + {% block body %} -

- {{ from_name }} is sharing a story with you entitled "{{ story.story_title }}"{% if feed %} from {{ feed.feed_title }}{% endif %}: +

+ {{ from_name }} is sharing a story with you entitled "{{ story.story_title }}"{% if feed %} from {{ feed.feed_title }}{% endif %}

{% if comments %} @@ -12,7 +14,7 @@ {{ comments }}

{% endif %} -
+

{{ story.story_title }}

+ {% block header %} NewsBlur + {% endblock header %}