aboutsummaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html
index 68bd774..e046f50 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -22,7 +22,7 @@
<p>The page you requested was not found.</p>
-<p><a href="{% url warning_list %}">Return to the front page</a></p>
+<p><a href="{% url "warning_list" %}">Return to the front page</a></p>
{% endautoescape %}
{% endblock %}