diff --git a/templates/subbooks_for_book.html b/templates/subbooks_for_book.html index 1f09df9..d558cc1 100644 --- a/templates/subbooks_for_book.html +++ b/templates/subbooks_for_book.html @@ -1,6 +1,6 @@ - + {% for book in sub_books %} @@ -31,9 +31,9 @@ } ); return false;"> {{book.title}} - - {{book.sub_book_num}} - + {% endfor %}
TitleRatingAuthor(s)Year PublishedNotes
TitleRating
Author(s)
Year PublishedNotes
{{book.rating}}{{book.author}}{{book.year_published}}{{book.notes}} +
{{book.rating}}
{{book.author}}
{{book.year_published}}
{{book.notes}}