diff options
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 %} |