summaryrefslogtreecommitdiffstats
path: root/templates/feeds/news_description.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feeds/news_description.html')
-rw-r--r--templates/feeds/news_description.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/feeds/news_description.html b/templates/feeds/news_description.html
new file mode 100644
index 0000000..c428b9e
--- /dev/null
+++ b/templates/feeds/news_description.html
@@ -0,0 +1,4 @@
+{% autoescape off %}
+{{obj.author.get_full_name}} wrote:<br />
+{{ obj.content }}
+{% endautoescape %}