Fixes new identifier fields in edit book form

This commit is contained in:
Mouse Reeve 2022-12-11 12:37:40 -08:00
parent ea316627be
commit b65a46582b

View file

@ -40,6 +40,8 @@ class EditionForm(CustomForm):
"goodreads_key", "goodreads_key",
"oclc_number", "oclc_number",
"asin", "asin",
"aasin",
"isfdb",
] ]
widgets = { widgets = {
"title": forms.TextInput(attrs={"aria-describedby": "desc_title"}), "title": forms.TextInput(attrs={"aria-describedby": "desc_title"}),