bad CSS from typo

This commit is contained in:
Philip Sargent 2022-05-19 16:13:35 +03:00
parent 1556ccd7f6
commit b259e43de2

View File

@ -3,7 +3,7 @@
{% block extrahead %} {% block extrahead %}
<style> <style>
div#editLinks { div#editLinks {
Zposition:absolute; position: absolute;
background: #999; background: #999;
bottom:0px; bottom:0px;
right:0px; right:0px;
@ -34,7 +34,11 @@ div#editLinks a{
</div> </div>
{% endblock%} {% 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>
<p>Did you get lost ?</p> <p>Did you get lost ?</p>