fixed it again but nav only in the admin page
Všechny kontroly byly úspěšné
continuous-integration/drone/push Build is passing

Tento commit je obsažen v:
2022-01-13 09:38:04 +00:00
rodič 3fc984fb86
revize 1543fb33cc
2 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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

Zobrazit soubor

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