diff options
Diffstat (limited to 'templates/feeds')
-rw-r--r-- | templates/feeds/news_description.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feeds/news_description.html b/templates/feeds/news_description.html index d3cacebc..61ceedf3 100644 --- a/templates/feeds/news_description.html +++ b/templates/feeds/news_description.html @@ -1,2 +1,2 @@ <p>{{obj.author.get_full_name}} wrote:</p> -{{ obj.content.html }} +{{ obj.html }} |