summaryrefslogtreecommitdiffstats
path: root/templates/pagenotfound.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r--templates/pagenotfound.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html
index 03569de..4fdfe2a 100644
--- a/templates/pagenotfound.html
+++ b/templates/pagenotfound.html
@@ -2,6 +2,6 @@
{% block title %}Page not found {{ path }}{% endblock %}
{% block body %}
<h1>Page not found {{ path }}</h1>
-<a href="{%url editflatpage path %}">Create this page.</a>
+<a href="{%url "editflatpage" path %}">Create this page.</a>
{% include "menu.html" %}
{% endblock %}