Display other editor if needed
This commit is contained in:
parent
a4a8dd12ef
commit
0563efb631
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue