diff --git a/bookwyrm/forms/books.py b/bookwyrm/forms/books.py index 64b85d0b..91d9b8f0 100644 --- a/bookwyrm/forms/books.py +++ b/bookwyrm/forms/books.py @@ -45,7 +45,7 @@ class EditionForm(CustomForm): attrs={"aria-describedby": "desc_languages_help desc_languages"} ), "subjects": forms.TextInput( - attrs={"aria-describedby": "desc_subjects_help desc_subjects"} + attrs={"aria-describedby": "desc_subjects"} ), "publishers": forms.TextInput( attrs={"aria-describedby": "desc_publishers_help desc_publishers"} diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index fc15d26a..42f1840d 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -89,7 +89,13 @@