Remove unneeded white space in base template
This commit is contained in:
parent
540cf96f77
commit
b2b849d1f0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue