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>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
{% endblock header %}
<body>
{% block errors %}
{% if errors %}
<div class="errors">
Errors were encountered:
@ -21,22 +19,15 @@
<br>
{{ error_context }}
{% endif %}
<hr>
{% endif %}
{% endblock errors %}
<br>
{% block body %}
{% endblock body %}
</body>
{% block footer %}
{% endblock footer %}
</html>