diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-05-19 16:13:35 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-05-19 16:13:35 +0300 |
commit | b259e43de2dbcad5fe0f846fe803606de7671856 (patch) | |
tree | 11d579ea6c0ccc98ac230250b8c4a9d2d18eb536 /templates/pagenotfound.html | |
parent | 1556ccd7f6cf1603606be4940810fe4bfb9b83d1 (diff) | |
download | troggle-b259e43de2dbcad5fe0f846fe803606de7671856.tar.gz troggle-b259e43de2dbcad5fe0f846fe803606de7671856.tar.bz2 troggle-b259e43de2dbcad5fe0f846fe803606de7671856.zip |
bad CSS from typo
Diffstat (limited to 'templates/pagenotfound.html')
-rw-r--r-- | templates/pagenotfound.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/pagenotfound.html b/templates/pagenotfound.html index 6d16859..49132f0 100644 --- a/templates/pagenotfound.html +++ b/templates/pagenotfound.html @@ -3,7 +3,7 @@ {% block extrahead %} <style> div#editLinks { - Zposition:absolute; + position: absolute; background: #999; bottom:0px; right:0px; @@ -34,7 +34,11 @@ div#editLinks a{ </div> {% endblock%} -<p>Probably a mistake. This page does not exist. Did you mistype a URL? If you do want to create this page click <a href="{%url "editexpopage" path %}">this link</a>. +<p>Probably a mistake. +This page does not exist. + +Did you mistype a URL? +If you do want to create this page click <a href="{%url "editexpopage" path %} ">this link</a>. <p> <p>Did you get lost ?</p> |