diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 5447970af..59cafd5d8 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,38 +1,51 @@ {% load i18n static %} + {% block css %} - - + + {% endblock %} + {% block js %} - + {% endblock %} +
-
- -
-
-
- DJDT + {{ toolbar.config.ROOT_TAG_EXTRA_ATTRS|safe }} + aria-live="polite" + role="status" + aria-busy="{% if toolbar.config.SHOW_COLLAPSED %}true{% else %}false{% endif %}"> + + -
- {% for panel in toolbar.panels %} - {% include "debug_toolbar/includes/panel_content.html" %} - {% endfor %} -
+
+
+ DJDT +
+
+ + {% for panel in toolbar.panels %} + {% include "debug_toolbar/includes/panel_content.html" %} + {% endfor %} + +
diff --git a/debug_toolbar/templates/debug_toolbar/includes/panel_button.html b/debug_toolbar/templates/debug_toolbar/includes/panel_button.html index 344331d8d..2dfbfce5a 100644 --- a/debug_toolbar/templates/debug_toolbar/includes/panel_button.html +++ b/debug_toolbar/templates/debug_toolbar/includes/panel_button.html @@ -1,11 +1,11 @@ {% load i18n %} -
  • - +