From 29aafc12c236ccf465ad2b43e7a1e270d4d55664 Mon Sep 17 00:00:00 2001 From: Yash Saravgi Date: Sun, 24 Jan 2021 15:44:44 +0530 Subject: [PATCH 1/7] Fix validation errors on lists page --- openlibrary/templates/lists/home.html | 2 +- static/css/page-user.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openlibrary/templates/lists/home.html b/openlibrary/templates/lists/home.html index be9054316a5..7f79dff2d16 100644 --- a/openlibrary/templates/lists/home.html +++ b/openlibrary/templates/lists/home.html @@ -26,7 +26,7 @@

$_('Create a list of any Subjects, Authors, Works or specific Editions.')

$_('Active Lists')

-
+
$for list in lists:
diff --git a/static/css/page-user.less b/static/css/page-user.less index 7e0f693207c..8453949101e 100644 --- a/static/css/page-user.less +++ b/static/css/page-user.less @@ -104,7 +104,7 @@ div#subjectsPage{ } } -div#lists{ +div#user-lists{ display: flex; flex-wrap: wrap; } From edf1b63582a9df02408f212a2252b839ff30eb14 Mon Sep 17 00:00:00 2001 From: Yash Saravgi Date: Mon, 25 Jan 2021 09:06:04 +0530 Subject: [PATCH 2/7] Removed body id --- openlibrary/templates/lists/home.html | 2 +- openlibrary/templates/site/body.html | 2 +- static/css/page-user.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openlibrary/templates/lists/home.html b/openlibrary/templates/lists/home.html index 7f79dff2d16..393594918d7 100644 --- a/openlibrary/templates/lists/home.html +++ b/openlibrary/templates/lists/home.html @@ -26,7 +26,7 @@

$_('Create a list of any Subjects, Authors, Works or specific Editions.')

$_('Active Lists')

-
+
$for list in lists:
diff --git a/openlibrary/templates/site/body.html b/openlibrary/templates/site/body.html index ecd0ad598c5..47d524bc6a2 100644 --- a/openlibrary/templates/site/body.html +++ b/openlibrary/templates/site/body.html @@ -5,7 +5,7 @@ $ show_banners = bodyid != 'form' $ bodyattrs = ctx.get('bodyattrs', []) - +