From 846963ad181d2b7954b2d16b656b38e58b4be9d6 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Wed, 2 Mar 2022 01:16:30 -0800 Subject: [PATCH] Fix accidental change to post --- bookwyrm/templates/lists/edit_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/lists/edit_form.html b/bookwyrm/templates/lists/edit_form.html index b605aa0f8..f136cd875 100644 --- a/bookwyrm/templates/lists/edit_form.html +++ b/bookwyrm/templates/lists/edit_form.html @@ -6,7 +6,7 @@ {% endblock %} {% block form %} -
+ {% include 'lists/form.html' %}
{% include "lists/delete_list_modal.html" with id="delete_list" %}