diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 19:24:26 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:44 -0200 |
commit | 19f0a3fb57e53977d1f2017033f0714a8cfc8779 (patch) | |
tree | cdce7728ceec7202086f0cd7605a496887ee0afe /templates/feeds/news_description.html | |
parent | 046b4543a4ceaf4cfe6736443d4a7e453b5bf14b (diff) |
added feeds from archweb_pub
Diffstat (limited to 'templates/feeds/news_description.html')
-rw-r--r-- | templates/feeds/news_description.html | 4 |
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 %} |