summaryrefslogtreecommitdiff
path: root/django/views/templates/technical_404.html
diff options
context:
space:
mode:
Diffstat (limited to 'django/views/templates/technical_404.html')
-rw-r--r--django/views/templates/technical_404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/views/templates/technical_404.html b/django/views/templates/technical_404.html
index bc0858bba2..694309aa13 100644
--- a/django/views/templates/technical_404.html
+++ b/django/views/templates/technical_404.html
@@ -61,7 +61,7 @@
<p>
{% if request_path %}
The current path, <code>{{ request_path }}</code>,{% else %}
- The empty path{% endif %} didn't match any of these.
+ The empty path{% endif %} didn’t match any of these.
</p>
{% else %}
<p>{{ reason }}</p>
@@ -70,7 +70,7 @@
<div id="explanation">
<p>
- You're seeing this error because you have <code>DEBUG = True</code> in
+ 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 404 page.
</p>