summaryrefslogtreecommitdiff
path: root/tests/template_tests/templates/included_content.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/templates/included_content.html')
-rw-r--r--tests/template_tests/templates/included_content.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/templates/included_content.html b/tests/template_tests/templates/included_content.html
index bfc87c0425..cc033bd3b9 100644
--- a/tests/template_tests/templates/included_content.html
+++ b/tests/template_tests/templates/included_content.html
@@ -7,5 +7,5 @@
{% block error_here %}
error here
- {% url "non_existing_url" %}
+ {% url "nonexistent_url" %}
{% endblock %}