diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 20:18:46 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 20:18:46 +0100 |
commit | e1cf43c260c75b3e047d02c49d8e26b2bb14e153 (patch) | |
tree | 08a432cacd9b312b213b16570d087bf85044468e /templates/pagenotfound.html | |
parent | a6ed0a964e8d3c99eff918d1fbe1abbd6c222460 (diff) | |
download | troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.tar.gz troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.tar.bz2 troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.zip |
trailing slashes fixed
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 9d54ae6..7d79c16 100644 --- a/templates/pagenotfound.html +++ b/templates/pagenotfound.html @@ -4,7 +4,7 @@ <h1>Page not found {{ path }}</h1> <p>Probably a mistake. But you can use <a href="{%url "editexpopage" path %}">this link</a> <p> - or 'Edit this page' in the menu on the left to create this page if you aare logged in. + or 'Edit this page' in the menu on the left to create this page if you are 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 %} |