Open
Bug 1883044
Opened 1 year ago
redo crash stats forms
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
NEW
People
(Reporter: willkg, Unassigned)
References
(Blocks 1 open bug)
Details
Crash Stats has a bunch of web forms strewn across the site. Some of them are "manually" created and use JS to add additional features. At least one of them--the API token creation form--uses Django forms and .as_table()
to render the form.
Django introduced a new div-based form that's more accessible than the table-based form.
https://docs.djangoproject.com/en/4.2/releases/4.1/#forms
We should update the API token creation form to the new div-based rendering.
We should look through the Crash Stats site for other forms that are Django forms and update them as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•