summaryrefslogtreecommitdiff
path: root/django/views/templates
diff options
context:
space:
mode:
Diffstat (limited to 'django/views/templates')
-rw-r--r--django/views/templates/technical_404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_404.html b/django/views/templates/technical_404.html
index aeba2daf9c..c47dae22af 100644
--- a/django/views/templates/technical_404.html
+++ b/django/views/templates/technical_404.html
@@ -26,7 +26,7 @@
<body>
<div id="summary">
<h1>Page not found <span>(404)</span></h1>
- {% if reason %}<pre class="exception_value">{{ reason }}</pre>{% endif %}
+ {% if reason and resolved %}<pre class="exception_value">{{ reason }}</pre>{% endif %}
<table class="meta">
<tr>
<th>Request Method:</th>