diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-17 23:59:11 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-17 23:59:11 +0100 |
commit | eea74406c9ba0e7554a75e98ae7bb6792a164e11 (patch) | |
tree | dc0e2d091fef34aef3d66f6117c5b2694bf865c9 /templates/pagenotfound.html | |
parent | d4317b5fd33961847fda17f3a94afb2f7414b657 (diff) | |
download | troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.tar.gz troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.tar.bz2 troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.zip |
fix template bug for newentrance
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> |