moviewyrm/bookwyrm/templates/snippets/status/headers/comment.html

3 lines
184 B
HTML
Raw Normal View History

{% load i18n %}{% load utilities %}
{% blocktrans with book_path=book.local_path book=status.book|book_title %}commented on <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}