summaryrefslogtreecommitdiff
path: root/templates/feeds/news_description.html
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-30 19:24:26 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-11-09 22:24:44 -0200
commit19f0a3fb57e53977d1f2017033f0714a8cfc8779 (patch)
treecdce7728ceec7202086f0cd7605a496887ee0afe /templates/feeds/news_description.html
parent046b4543a4ceaf4cfe6736443d4a7e453b5bf14b (diff)
added feeds from archweb_pub
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 00000000..c428b9e2
--- /dev/null
+++ b/templates/feeds/news_description.html
@@ -0,0 +1,4 @@
+{% autoescape off %}
+{{obj.author.get_full_name}} wrote:<br />
+{{ obj.content }}
+{% endautoescape %}