Remove link form review title
html isn't supported in the name field I guess
This commit is contained in:
parent
41c3eceb68
commit
e47b5e788d
2 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@
|
|||
{% if rating %}
|
||||
|
||||
{% blocktrans trimmed with book_title=book.title|safe book_path=book.local_path display_rating=rating|floatformat:"-1" review_title=name|safe count counter=rating %}
|
||||
Review of "<a href="{{ book_path }}">{{ book_title }}</a>" ({{ display_rating }} star): {{ review_title }}
|
||||
Review of "{{ book_title }}" ({{ display_rating }} star): {{ review_title }}
|
||||
{% plural %}
|
||||
Review of "<a href="{{ book_path }}">{{ book_title }}</a>" ({{ display_rating }} stars): {{ review_title }}
|
||||
Review of "{{ book_title }}" ({{ display_rating }} stars): {{ review_title }}
|
||||
{% endblocktrans %}
|
||||
|
||||
{% 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 "{{ book_title }}": {{ review_title }}
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue