diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2025-03-11 21:31:07 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2025-03-11 21:31:07 +0100 |
| commit | f1fca5e8a412da1bb8b5ffd11a59eac8579738bb (patch) | |
| tree | 56507743abab8e2fbdfcf946947febd91b397db7 /dashboard | |
| parent | 042023db54dd174d61172b556b39ccf673d010d5 (diff) | |
Revert "Fixed page header structure and used semantic HTML."
This reverts commit f87e1dbd3c06fe9b1100ddcd06394de5ae338577.
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/templates/base_dashboard.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/templates/base_dashboard.html b/dashboard/templates/base_dashboard.html index f7c9a5f2..29451438 100644 --- a/dashboard/templates/base_dashboard.html +++ b/dashboard/templates/base_dashboard.html @@ -6,5 +6,6 @@ {% block title %}{% translate 'Development dashboard' %}{% endblock %} {% block layout_class %}full-width{% endblock %} {% block header %} - <h1>Development <em>dashboard</em></h1> + <h1 class="visuallyhidden">Development dashboard</h1> + <p>Development <em>dashboard</em></p> {% endblock %} |
