Use plus icon on add field button
This commit is contained in:
@ -45,7 +45,7 @@ class EditionForm(CustomForm):
|
||||
attrs={"aria-describedby": "desc_languages_help desc_languages"}
|
||||
),
|
||||
"subjects": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_subjects_help desc_subjects"}
|
||||
attrs={"aria-describedby": "desc_subjects"}
|
||||
),
|
||||
"publishers": forms.TextInput(
|
||||
attrs={"aria-describedby": "desc_publishers_help desc_publishers"}
|
||||
|
Reference in New Issue
Block a user