From fce13c85e494dcf918f36824e96b89ee5b983df2 Mon Sep 17 00:00:00 2001 From: PyroStefan Date: Sun, 12 Jul 2020 12:29:36 -0300 Subject: [PATCH] removed static (means that img path needs to be fixed), login page is beautified --- .../library/templates/base.html | 2 +- .../templates/library/author_detail.html | 2 +- .../templates/library/author_list.html | 2 +- .../templates/library/book_detail.html | 3 +- .../templates/library/publisher_detail.html | 2 +- .../templates/library/publisher_list.html | 2 +- .../templates/library/rating_detail.html | 3 +- .../templates/library/rating_list.html | 2 +- .../library/templates/library/tag_detail.html | 1 - .../library/templates/library/tag_list.html | 2 +- .../library/templates/registration/login.html | 29 ++++++----- .../library/templates/results.html | 2 +- .../library/templates/stripped_base.html | 49 ++++++++++--------- 13 files changed, 52 insertions(+), 49 deletions(-) diff --git a/CalibreWebCompanion/library/templates/base.html b/CalibreWebCompanion/library/templates/base.html index 92c2a4d..6a69b5c 100644 --- a/CalibreWebCompanion/library/templates/base.html +++ b/CalibreWebCompanion/library/templates/base.html @@ -42,7 +42,7 @@