Use plus icon on add field button
This commit is contained in:
parent
35e6dede09
commit
716e357060
2 changed files with 27 additions and 7 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue