mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 23:16:36 +02:00
Update docs/architecture/decisions/0021-django-admin.md
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
parent
d2aa1a1e00
commit
051b852cd9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ In contrast to building an admin interface from scratch where development activi
|
|||
involve _building up_, leveraging Django Admin will require carefully _pairing back_ the functionalities available to
|
||||
users such as analysts.
|
||||
|
||||
On accessibility: Django admin is almost fully accessible out-of-the-box, the expections being tables, checkboxes, and
|
||||
On accessibility: Django admin is almost fully accessible out-of-the-box, the exceptions being tables, checkboxes, and
|
||||
color contrast. We have remedied the first 2 with template overrides and the 3rd with theming (see below).
|
||||
|
||||
On USWDS and theming: Django admin brings its own high level design framework. We have determined that theming on top of Django (scss)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue