From daa7746f47be7244379c3a731bfbddcaf3016639 Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 29 Apr 2021 21:40:54 +0200 Subject: [PATCH] Stretch List card in list of lists --- bookwyrm/templates/lists/list_items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/list_items.html b/bookwyrm/templates/lists/list_items.html index 3e3e8bf49..e1b9cd7a5 100644 --- a/bookwyrm/templates/lists/list_items.html +++ b/bookwyrm/templates/lists/list_items.html @@ -2,7 +2,7 @@
{% for list in lists %}
-
+

{{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}