diff --git a/bookwyrm/templates/rss/edition.html b/bookwyrm/templates/rss/edition.html index 4b964298d..edf408340 100644 --- a/bookwyrm/templates/rss/edition.html +++ b/bookwyrm/templates/rss/edition.html @@ -1,4 +1,4 @@ -{{obj.title}} by {{obj.author_text}} +{% blocktrans %}{{{obj.title}} by {{obj.author_text}}{% endblocktrans %} {{obj.description|default:""}} {% if obj.description %}ISBN: {{item.isbn_10|default:""}}{% endif %} {% if obj.description %}ISBN13: {{item.isbn_13}}{% endif %}