diff --git a/templates/feeds/news_description.html b/templates/feeds/news_description.html index 884cb6b..2fd8541 100644 --- a/templates/feeds/news_description.html +++ b/templates/feeds/news_description.html @@ -1,3 +1,4 @@ {% autoescape off %} +{{ obj.author.get_full_name }} wrote: {{ obj.content }} {% endautoescape %}