put body tags back to right position

This commit is contained in:
Federico Justus Denkena 2023-07-23 03:00:49 +02:00
parent 35651b1583
commit 9daecf2630
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382

View File

@ -10,13 +10,13 @@
<link rel='icon' href='{% static 'pictures/sigil-new.webp' %}'>
</head>
<body class="dc-body">
<div class="wrapper dc-wrapper dc-responsive">
{% include 'navbar.html' %}
<body class="dc-body">
{% block content %}
{% endblock content %}
</body>
{% include 'footer.html' %}
</div>
</body>
</html>