From bc03f1064e10fa247a46d4e8a98ba9b26aa4790d Mon Sep 17 00:00:00 2001 From: antoliny0919 Date: Thu, 22 May 2025 15:56:51 +0900 Subject: Fixed #34041 -- Added aria-current attribute to admin breadcrumbs. Co-authored by: farita1699 --- django/contrib/admindocs/templates/admin_doc/bookmarklets.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'django/contrib/admindocs/templates/admin_doc/bookmarklets.html') diff --git a/django/contrib/admindocs/templates/admin_doc/bookmarklets.html b/django/contrib/admindocs/templates/admin_doc/bookmarklets.html index 04b329e6e3..598827ef19 100644 --- a/django/contrib/admindocs/templates/admin_doc/bookmarklets.html +++ b/django/contrib/admindocs/templates/admin_doc/bookmarklets.html @@ -2,11 +2,11 @@ {% load i18n %} {% block breadcrumbs %} - + {% endblock %} {% block title %}{% translate "Documentation bookmarklets" %}{% endblock %} -- cgit v1.3