1
0
Fork 0

goodreads_key for books editable

The field goodreads_key is now editable.
ID shows in ID section of book.
This commit is contained in:
Jascha Ezra Urbach 2022-12-10 10:50:25 +01:00
parent 309d5a535a
commit 8325fbd772
No known key found for this signature in database
GPG key ID: A43A844B114F9B08
3 changed files with 18 additions and 0 deletions

View file

@ -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"}
),