From f84881d0fcab61a7c58a33fb31f500e88c859f84 Mon Sep 17 00:00:00 2001 From: aundus Date: Tue, 23 Feb 2021 16:25:40 -0500 Subject: [PATCH] update html templates --- .../apps/mgmt/templates/bookshelf.html | 14 +++++++------- .../apps/mgmt/templates/bookshelfList.html | 4 ++-- .../apps/mgmt/templates/bookshelvesOfBook.html | 8 ++++---- .../apps/mgmt/templates/login.html | 4 ++-- .../apps/mgmt/templates/search.html | 10 +++++----- .../apps/mgmt/templates/searchToAdd.html | 10 +++++----- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/bookshelf_management/apps/mgmt/templates/bookshelf.html b/bookshelf_management/apps/mgmt/templates/bookshelf.html index 1299d60..3c80440 100644 --- a/bookshelf_management/apps/mgmt/templates/bookshelf.html +++ b/bookshelf_management/apps/mgmt/templates/bookshelf.html @@ -2,23 +2,23 @@ {% block content %} -

{{bookshelf}}

-

Bookshelf

+

{{bookshelf}}

+

Bookshelf

- Number of Books in Bookshelf:

{{ total }}

+ Number of Books in Bookshelf:

{{ total }}

-
+ {% csrf_token %} {{ form }}
-

Or search for a book to add here

+

Or search for a book to add here

-

Book List

+

Book List

{% if books %}