Adds book path variable
This commit is contained in:
@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user