diff options
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> |
