forked from mirrors/bookwyrm
21a954c7df
Plus some other shifting around
3 lines
188 B
HTML
3 lines
188 B
HTML
{% load i18n %}{% load utilities %}
|
|
|
|
{% blocktrans with book_path=status.book.local_path book=status.book|book_title %}reviewed <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}
|