diff options
Diffstat (limited to 'templates')
-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> |