Preview review in import preview
This commit is contained in:
@ -84,6 +84,9 @@
|
||||
<th>
|
||||
{% trans "Author" %}
|
||||
</th>
|
||||
<th>
|
||||
{% trans "Review" %}
|
||||
</th>
|
||||
<th>
|
||||
{% trans "Book" %}
|
||||
</th>
|
||||
@ -107,6 +110,10 @@
|
||||
<td>
|
||||
{{ item.normalized_data.authors }}
|
||||
</td>
|
||||
<td>
|
||||
<p>{% include 'snippets/stars.html' with rating=item.rating %}</p>
|
||||
<p>{{ item.review|truncatechars:100 }}</p>
|
||||
</td>
|
||||
<td>
|
||||
{% if item.book %}
|
||||
<a href="{{ item.book.local_path }}">
|
||||
|
Reference in New Issue
Block a user