From 8b1a3a56438ce99fe9058f078a6bdd92a01e1130 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Sat, 5 Oct 2024 11:26:59 +0200 Subject: Fixed #35795 -- Added role="button" to links acting as buttons for screen readers. --- django/views/templates/technical_500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/views/templates/technical_500.html') diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index 31f0dfe1b9..a2fc8415f5 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -212,7 +212,7 @@ {% endif %} {% if frames %}
-

Traceback{% if not is_email %} +

Traceback{% if not is_email %} Switch to copy-and-paste view{% endif %}

-- cgit v1.3