From 7534e6c1b504c6d61af04417b48f378c091d447d Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 9 Mar 2012 11:58:48 -0500 Subject: [PATCH] fixed more html errors and warnings --- api/templates/isbn.html | 4 ++-- frontend/templates/base.html | 2 -- frontend/templates/comments.html | 2 +- frontend/templates/press.html | 2 +- frontend/templates/supporter.html | 8 ++++---- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/api/templates/isbn.html b/api/templates/isbn.html index 21e68d9d..5cdc52ce 100644 --- a/api/templates/isbn.html +++ b/api/templates/isbn.html @@ -30,7 +30,7 @@ {% if edition.work %} -

Related work: {{edition.work.id}} | {{edition.work.title}} | first author: {{edition.work.authors.all.0.name}}
+

Related work: {{edition.work.id}} | {{edition.work.title}} | first author: {{edition.work.authors.all.0.name}}
All authors: {{edition.work.authors.all}}

{% endif %} @@ -38,7 +38,7 @@ {% if edition.work.campaigns.all %} diff --git a/frontend/templates/base.html b/frontend/templates/base.html index ae343f1a..fe33927e 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -122,8 +122,6 @@ Welcome to the alpha version of Unglue.It. This site is a preview of our full f - - {% block counter %}