fixed it again but nav only in the admin page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2022-01-13 09:38:04 +00:00
parent 3fc984fb86
commit 1543fb33cc
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
{% include 'nav.html' %}
<div class="logo">
<img src="{{ url_for('static', path='svg/lumbung_space_logo.svg') }}" alt="lumbung.space logo">
</div>

View File

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