fixed it again but nav only in the admin page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-13 09:38:04 +00:00
parent 3fc984fb86
commit 1543fb33cc
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
{% endblock %}
</head>
<body>
{% include 'nav.html' %}
<div class="container">
<div id="content">{% block content %}{% endblock %}</div>
</div>