diff --git a/templates/subbooks_for_book.html b/templates/subbooks_for_book.html index d558cc1..26660d1 100644 --- a/templates/subbooks_for_book.html +++ b/templates/subbooks_for_book.html @@ -1,6 +1,6 @@ - + {% for book in sub_books %} @@ -32,7 +32,7 @@ {{book.title}} - + {% endfor %}
TitleRating
Author(s)
Year PublishedNotes
TitleRatingAuthor(s)Year PublishedNotes
{{book.rating}}
{{book.author}}
{{book.year_published}}
{{book.rating}}{{book.author}}{{book.year_published}} {{book.notes}}