mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
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 %}
|
||||
|
||||
{% 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 }
|
||||
{% endblocktrans %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue