From 697bcb0edb786dd78686dabb741150414b6ce817 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 31 Jan 2021 12:31:39 -0800 Subject: [PATCH] sidebar css class --- bookwyrm/templates/lists/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 569b1747..ab689b1d 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -49,7 +49,7 @@ {% if not list.curation == 'closed' or request.user == list.user %} -
+

{% if list.curation == 'open' or request.user == list.user %}Add{% else %}Suggest{% endif %} Books