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