From 377018b6ffc259806c7aab11e965b1e8e7049e50 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 17 Sep 2019 12:07:47 +0200 Subject: [PATCH] Fixed #30779 -- Improved selection of filenames in technical 500 debug page. --- django/views/templates/technical_500.html | 5 +++-- tests/view_tests/tests/test_debug.py | 18 ++++++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index 3e3d3b3325..a384c10b9a 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -61,6 +61,7 @@ span.commands a:link {color:#5E5694;} pre.exception_value { font-family: sans-serif; color: #575757; font-size: 1.5em; margin: 10px 0 10px 0; } .append-bottom { margin-bottom: 10px; } + .fname { user-select: all; } {% if not is_email %}