From cb6e05ec368f6aca62ec2d4d211fac466d2af0e6 Mon Sep 17 00:00:00 2001 From: nberting Date: Wed, 13 Jun 2018 15:27:34 +0200 Subject: [PATCH 1/2] 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

From e89232cf334a99970f9a1688e6c8761fbdbc1be2 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 13 Jun 2018 16:44:29 +0200 Subject: [PATCH 2/2] removed jquery styling --- app/templates/base.html | 1 - app/templates/results_annot.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index f2cb919..6e95db2 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -14,7 +14,6 @@ - {% block css %} {% endblock%} diff --git a/app/templates/results_annot.html b/app/templates/results_annot.html index e6d008f..ba1601f 100644 --- a/app/templates/results_annot.html +++ b/app/templates/results_annot.html @@ -11,7 +11,7 @@


-      All annotations

+      All annotations

Annotations/ Extracts with:  {{name}}

@@ -52,4 +52,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}