fixed it again but nav only in the admin page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3fc984fb86
commit
1543fb33cc
@ -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>
|
||||
|
@ -15,7 +15,6 @@
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% include 'nav.html' %}
|
||||
<div class="container">
|
||||
<div id="content">{% block content %}{% endblock %}</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user