0
0
mirror of https://github.com/django/django.git synced 2024-11-25 07:59:34 +01:00
django/tests/view_tests
Marijke Luttekes b9e2a3fc63 Fixed #35143 -- Improved accessibility of 404/500 debug pages.
This:
- changes the header, main, and footer content areas to be rendered
  in a <header>, <main>, and <footer> tags,
- adds scope attributes to <th>,
- uses <code> for a patterns list,
- uses <small> instead of <span>.
2024-01-31 12:26:00 +01:00
..
app0
app1
app2
app3
app4
app5
custom_locale_path
locale
media
templates
templatetags
tests Fixed #35143 -- Improved accessibility of 404/500 debug pages. 2024-01-31 12:26:00 +01:00
__init__.py
default_urls.py
generic_urls.py
models.py
regression_21530_urls.py
urls.py
views.py