diff --git a/templates/books_for_series.html b/templates/books_for_series.html index 4bed8ed..9c6122e 100644 --- a/templates/books_for_series.html +++ b/templates/books_for_series.html @@ -20,7 +20,7 @@ {{book.title}} {% endif %} - + {% for s in book.series %} {{ SeriesBookNum( s.id, book.id ) }} of {{s.title}}
{% endfor %}