diff --git a/templates/books.html b/templates/books.html index b441306..ea1fc9c 100644 --- a/templates/books.html +++ b/templates/books.html @@ -10,7 +10,7 @@ {% for book in books %} {% if book.sub_book_num is defined %} -     {{book.title}} +     {{book.title}} {% else %} {{book.title}} {% endif %}