diff --git a/templates/book.html b/templates/book.html index 0aa6349..9cdfc7d 100644 --- a/templates/book.html +++ b/templates/book.html @@ -1,43 +1,71 @@ {% extends "base.html" %} {% block main_content %} +{# use tmpl-series-div as a template & keep it hidden always #} +
+ - - {% set keys = [ 'title', 'author', 'publisher', 'genre', 'owned', 'covertype', 'condition', 'year_published', 'rating', 'notes', 'blurb' ] %}