Display other editor if needed

This commit is contained in:
Gabriel Augendre 2018-06-10 20:04:45 +02:00
parent a4a8dd12ef
commit 0563efb631

View file

@ -75,7 +75,9 @@
<td>{{ book.field }}</td>
<td>{{ book.title }}</td>
<td>{{ book.authors }}</td>
<td>{{ book.editor }}</td>
<td>{{ book.editor }}{% if book.other_editor %}
({{ book.other_editor }})
{% endif %}</td>
<td>{{ book.publication_year }}</td>
<td>{{ book.isbn }}</td>
<td>{{ book.price }}€</td>