From ae0034e67844afebaf06d4c9af20de47ef2f6d24 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 3 Feb 2021 18:09:07 -0800 Subject: [PATCH] Fixes mismatched html tags --- bookwyrm/templates/lists/lists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html index 96ad81533..71d372509 100644 --- a/bookwyrm/templates/lists/lists.html +++ b/bookwyrm/templates/lists/lists.html @@ -18,7 +18,7 @@ {% include 'lists/create_form.html' with controls_text="create-list" %} -
+
{% if request.user.list_set.exists %} {% include 'lists/list_items.html' with lists=request.user.list_set.all|slice:4 %} {% endif %}