mirror of
https://github.com/django/django.git
synced 2025-11-18 11:00:24 +00:00
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
This adds "aria-label".
This commit is contained in:
parent
6bdc3c58b6
commit
85366fbca7
7 changed files with 27 additions and 15 deletions
|
|
@ -36,9 +36,6 @@ class ActionForm(forms.Form):
|
|||
)
|
||||
|
||||
|
||||
checkbox = forms.CheckboxInput({"class": "action-select"}, lambda value: False)
|
||||
|
||||
|
||||
class AdminForm:
|
||||
def __init__(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue