From b4b2105527090cb1fd2d783d48ee266828af1c33 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Jun 2021 08:54:52 -0700 Subject: [PATCH] Fixes edit book form --- bookwyrm/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index cb55d229e..f18ee54a6 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -183,6 +183,7 @@ class EditionForm(CustomForm): "parent_work", "shelves", "connector", + "search_vector", ]