forked from mirrors/bookwyrm
21a954c7df
Plus some other shifting around
2 lines
184 B
HTML
2 lines
184 B
HTML
{% 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 %}
|