Adds missing bracket

This commit is contained in:
Mouse Reeve 2022-01-12 10:43:40 -08:00
parent 4a7013f104
commit 9c86132701

View file

@ -10,7 +10,7 @@ Review of "<a href='{{ book_path }}'>{{ book_title }}</a>" ({{ display_rating }}
{% else %}
{% 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 %}
{% endif %}