Add isni to edit author form
This commit is contained in:
parent
9b0b771a40
commit
68a489dbe0
2 changed files with 18 additions and 10 deletions
|
@ -293,6 +293,7 @@ class AuthorForm(CustomForm):
|
|||
"inventaire_id",
|
||||
"librarything_key",
|
||||
"goodreads_key",
|
||||
"isni",
|
||||
]
|
||||
widgets = {
|
||||
"name": forms.TextInput(attrs={"aria-describedby": "desc_name"}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue