diff --git a/templates/book.html b/templates/book.html
index be06915..24a5f5c 100644
--- a/templates/book.html
+++ b/templates/book.html
@@ -200,10 +200,6 @@ function AddAuthorToBook(num) {
}
-{#
-{% set keys = [ 'title', 'bals', 'author', 'publisher', 'genre', 'owned', 'covertype', 'condition', 'year_published', 'rating', 'notes', 'blurb' ] %}
-#}
-
{% set keys = [ 'title', 'bals', 'publisher', 'genre', 'owned', 'covertype', 'condition', 'year_published', 'rating', 'notes', 'blurb' ] %}
{{page_title}}
@@ -257,6 +253,11 @@ function AddAuthorToBook(num) {
{% endif %}
+