]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/feeds/rss_answer_title.html
OSQA-792, encode the RSS feed description to utf-8 before we pass it the mark_safe...
[osqa.git] / forum / skins / default / templates / feeds / rss_answer_title.html
1 {% load i18n %}
2 {% blocktrans with obj.author.username as author %}Answer by {{ author }}{% endblocktrans %}