Fix spelling in author form
"oepnlibrary" ➡️ "openlibrary"
This commit is contained in:
parent
917569ef0e
commit
a027204e5b
2 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ class AuthorForm(CustomForm):
|
|||
"website": forms.TextInput(attrs={"aria-describedby": "desc_website"}),
|
||||
"born": forms.SelectDateWidget(attrs={"aria-describedby": "desc_born"}),
|
||||
"died": forms.SelectDateWidget(attrs={"aria-describedby": "desc_died"}),
|
||||
"oepnlibrary_key": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_oepnlibrary_key"}
|
||||
"openlibrary_key": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_openlibrary_key"}
|
||||
),
|
||||
"inventaire_id": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_inventaire_id"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue