From cb6e05ec368f6aca62ec2d4d211fac466d2af0e6 Mon Sep 17 00:00:00 2001 From: nberting Date: Wed, 13 Jun 2018 15:27:34 +0200 Subject: [PATCH] styling --- app/templates/home.html | 1 + app/templates/show_book_detail.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/home.html b/app/templates/home.html index f406a4e..4e876df 100755 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -26,6 +26,7 @@ Feel free to browse our catalogue, interfaced in many different ways. {%endif%} +{{ chat.message }}
diff --git a/app/templates/show_book_detail.html b/app/templates/show_book_detail.html index e5027b2..93438c3 100755 --- a/app/templates/show_book_detail.html +++ b/app/templates/show_book_detail.html @@ -111,7 +111,7 @@
-

Annotations for {{book.title}}:

+

Annotations for {{book.title}}:

{% for row in res%}

Extract