diff --git a/app/templates/base.html b/app/templates/base.html index fb587df..ea3b2b7 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -15,7 +15,6 @@ - {% block css %} {% endblock%} diff --git a/app/templates/home.html b/app/templates/home.html index 75a9e8d..064ec68 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