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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue