From d5643047e10c946107814ba376cf83c3706f6266 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 3 Apr 2021 15:49:27 -0700 Subject: [PATCH] hidden checkbox should always be hidden --- bookwyrm/templates/snippets/create_status_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/create_status_form.html b/bookwyrm/templates/snippets/create_status_form.html index 7f5573e1..4888ebe3 100644 --- a/bookwyrm/templates/snippets/create_status_form.html +++ b/bookwyrm/templates/snippets/create_status_form.html @@ -81,7 +81,7 @@ {% endif %} {% endif %} - + {# bottom bar #}