diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-07-07 16:32:58 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-08 22:04:37 +0200 |
| commit | 0e6fa65ffd9abf707e6781de019b76cc2e3cd787 (patch) | |
| tree | 8ae9784aa3b91393d0a759a86d1e4f7ec47e925b /django/views/templates/technical_500.html | |
| parent | 779e615e362108862f1681f965ee9e4f1d0ae6d2 (diff) | |
Refs #30400 -- Improved typography in debug and csrf templates.
Diffstat (limited to 'django/views/templates/technical_500.html')
| -rw-r--r-- | django/views/templates/technical_500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index a384c10b9a..57d07eb933 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -474,7 +474,7 @@ Exception Value: {{ exception_value|force_escape }} {% if not is_email %} <div id="explanation"> <p> - You're seeing this error because you have <code>DEBUG = True</code> in your + You’re seeing this error because you have <code>DEBUG = True</code> in your Django settings file. Change that to <code>False</code>, and Django will display a standard page generated by the handler for this status code. </p> |
