diff --git a/templates/index.html b/templates/index.html index 3198e03..23e7905 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@ {% for book in books %} - {{book.title}} + {{book.title}} {{book.author}} {{book.year}} {{book.pages}} @@ -41,7 +41,7 @@