forked from mirrors/bookwyrm
Adds book path variable
This commit is contained in:
parent
581e3d17e0
commit
4a7013f104
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Review of "<a href='{{ book_path }}'>{{ book_title }}</a>" ({{ display_rating }}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% blocktrans trimmed with book_title=book.title|safe review_title=name|safe %}
|
{% blocktrans trimmed with book_title=book.title|safe book_path=book.local_path review_title=name|safe %}
|
||||||
Review of "<a href='{{ book_path }}'>{{ book_title }}</a>": {{ review_title }
|
Review of "<a href='{{ book_path }}'>{{ book_title }}</a>": {{ review_title }
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue