Remove unneeded white space in base template

This commit is contained in:
Jeffrey Forman 2011-04-17 10:08:02 -04:00
parent 540cf96f77
commit b2b849d1f0
1 changed files with 0 additions and 9 deletions

View File

@ -4,12 +4,10 @@
<title>Binder DNS Admin Tool</title> <title>Binder DNS Admin Tool</title>
<link rel="stylesheet" type="text/css" href="/static/style.css" /> <link rel="stylesheet" type="text/css" href="/static/style.css" />
</head> </head>
{% endblock header %} {% endblock header %}
<body> <body>
{% block errors %} {% block errors %}
{% if errors %} {% if errors %}
<div class="errors"> <div class="errors">
Errors were encountered: Errors were encountered:
@ -21,22 +19,15 @@
<br> <br>
{{ error_context }} {{ error_context }}
{% endif %} {% endif %}
<hr> <hr>
{% endif %} {% endif %}
{% endblock errors %} {% endblock errors %}
<br> <br>
{% block body %} {% block body %}
{% endblock body %} {% endblock body %}
</body> </body>
{% block footer %} {% block footer %}
{% endblock footer %} {% endblock footer %}
</html> </html>