Accessibility updates

This commit is contained in:
2026-02-10 11:08:16 +00:00
parent a24d12ee81
commit ead3bfd7b8
30 changed files with 372 additions and 45 deletions

View File

@@ -1,6 +1,5 @@
{% extends "@admin/pages/abstract/dashboard.html.twig" %}
{% extends "pages/abstract/dashboard.html.twig" %}
{# Overrides blocks in head of base template #}
{% block page_title %}{{ translate("DASHBOARD") }}{% endblock %}
{% block page_description %}{% endblock %}
@@ -301,5 +300,5 @@
<!-- Include page-specific JS -->
{{ assets.js('js/pages/dashboard') | raw }}
{% endblock %}