diff options
Diffstat (limited to 'django/views/templates/technical_500.html')
| -rw-r--r-- | django/views/templates/technical_500.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index a7a55dda43..7e57938ec9 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="color-scheme" content="light" /> <meta name="robots" content="NONE,NOARCHIVE"> <title>{% if exception_type %}{{ exception_type }}{% else %}Report{% endif %} {% if request %} at {{ request.path_info }}{% endif %}</title> |
