diff options
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r-- | templates/pagenotfound.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html index d59ffaa..fe87445 100644 --- a/templates/pagenotfound.html +++ b/templates/pagenotfound.html @@ -34,7 +34,7 @@ div#editLinks a{ </div> {% endblock%} -<p>Probably a mistake. But you can use <a href="{%url "editexpopage" path %}">this link</a> +<p>Probably a mistake. But you can try <a href="{%url "editexpopage" path %}">this link</a> or <a href="{{ path }}/edit">this one</a> to fix a real error. <p> or 'Edit this page' in the menu on the left to create this page if you are logged in. <ul> |