goodreads_key for books editable
The field goodreads_key is now editable. ID shows in ID section of book.
This commit is contained in:
parent
309d5a535a
commit
8325fbd772
3 changed files with 18 additions and 0 deletions
|
@ -73,6 +73,9 @@ class EditionForm(CustomForm):
|
|||
"inventaire_id": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_inventaire_id"}
|
||||
),
|
||||
"goodreads_key": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_goodreads_key"}
|
||||
),
|
||||
"oclc_number": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_oclc_number"}
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue