From a802a933f53625f732e9d3807b4162e770c8aaf1 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 27 Mar 2018 16:25:43 +0200 Subject: [PATCH] remove mismatched html tags --- apps/catalogue/templates/catalogue/book_list/chunk.html | 1 - apps/cover/templates/cover/add_image.html | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/catalogue/templates/catalogue/book_list/chunk.html b/apps/catalogue/templates/catalogue/book_list/chunk.html index 7bdf3aa9..c3e687df 100755 --- a/apps/catalogue/templates/catalogue/book_list/chunk.html +++ b/apps/catalogue/templates/catalogue/book_list/chunk.html @@ -18,7 +18,6 @@ {% else %} {% endif %} - {% if chunk.new_publishable %}p{% endif %} {% if chunk.changed %}+{% endif %} diff --git a/apps/cover/templates/cover/add_image.html b/apps/cover/templates/cover/add_image.html index 1854555f..e76b51e4 100755 --- a/apps/cover/templates/cover/add_image.html +++ b/apps/cover/templates/cover/add_image.html @@ -57,8 +57,7 @@ {{form.download_url}} {{ form.file.errors }} Lub {{form.file.label}} {{form.file}} - - + -- 2.20.1