From 3998aa5f2a3b24b22054a687801aa07e7dedafdc Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Jun 2021 09:05:00 -0700 Subject: [PATCH] Fixes edit author form --- bookwyrm/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index f18ee54a..57a94e3c 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -195,6 +195,7 @@ class AuthorForm(CustomForm): "origin_id", "created_date", "updated_date", + "search_vector", ]