diff options
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r-- | templates/pagenotfound.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html index 4fdfe2a..2791dd9 100644 --- a/templates/pagenotfound.html +++ b/templates/pagenotfound.html @@ -2,6 +2,9 @@ {% block title %}Page not found {{ path }}{% endblock %} {% block body %} <h1>Page not found {{ path }}</h1> -<a href="{%url "editflatpage" path %}">Create this page.</a> +<p>Probably a mistake. But you can use <a href="{%url "editflatpage" path %}">this link</a> +<p> + or 'Edit this page' in the menu on the left to create this page if you aare logged in. + <p>If you can't see that option in the menu, then you are not logged in and you can't create anything. {% include "menu.html" %} {% endblock %} |