From 0563efb631b647f82a17873815483d6982738ce5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 10 Jun 2018 20:04:45 +0200 Subject: [PATCH] Display other editor if needed --- manuels/templates/manuels/list_books_supplies.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuels/templates/manuels/list_books_supplies.html b/manuels/templates/manuels/list_books_supplies.html index 9341da4..9652542 100644 --- a/manuels/templates/manuels/list_books_supplies.html +++ b/manuels/templates/manuels/list_books_supplies.html @@ -75,7 +75,9 @@ {{ book.field }} {{ book.title }} {{ book.authors }} - {{ book.editor }} + {{ book.editor }}{% if book.other_editor %} + ({{ book.other_editor }}) + {% endif %} {{ book.publication_year }} {{ book.isbn }} {{ book.price }}€