mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving email notification story text to top of email.
This commit is contained in:
parent
f6075b4dfe
commit
48e3b80b72
1 changed files with 2 additions and 4 deletions
|
@ -1,14 +1,12 @@
|
|||
{% load social_tags utils_tags %}
|
||||
{{ feed.feed_title|safe }}
|
||||
{{ story.story_content|striptags }}
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
{{ story.story_title|safe }}
|
||||
{{ story.story_title|safe }} — {{ feed.feed_title|safe }}
|
||||
|
||||
{{ story.story_permalink|safe }}
|
||||
|
||||
{{ story.story_content|striptags }}
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Sent from NewsBlur - www.newsblur.com - a personal news reader bringing people together to talk about the world.
|
||||
|
|
Loading…
Add table
Reference in a new issue