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.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 ec518f658e..0bf5fd3cd0 100644
--- a/django/views/templates/technical_404.html
+++ b/django/views/templates/technical_404.html
@@ -52,7 +52,7 @@
{% for pattern in urlpatterns %}
<li>
{% for pat in pattern %}
- {{ pat.regex.pattern }}
+ {{ pat.pattern }}
{% if forloop.last and pat.name %}[name='{{ pat.name }}']{% endif %}
{% endfor %}
</li>