From 1fa7262b525f8d73f4fa5a693a320dfa42f78c18 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Nov 2022 15:12:14 -0800 Subject: [PATCH] padding for edit shelf form --- bookwyrm/templates/shelf/shelf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/shelf/shelf.html b/bookwyrm/templates/shelf/shelf.html index 627ed98d5..8bd040e05 100644 --- a/bookwyrm/templates/shelf/shelf.html +++ b/bookwyrm/templates/shelf/shelf.html @@ -134,7 +134,7 @@ {% endif %} -
+
{% include 'shelf/edit_shelf_form.html' with controls_text="edit_shelf_form" %}