diff --git a/templates/books.html b/templates/books.html index 43b081e..b441306 100644 --- a/templates/books.html +++ b/templates/books.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% block main_content %} +
| {{book.title}} | {% endif %}{{ book.author[0]['surname'] }}, {{book.author[0]['firstnames']}} | -{{ book.publisher[0]['name']}} | +{{ GetPublisherById(book.publisher)}} | {% set cond = GetConditionById(book.condition) %} {% if cond == "Good" %} |