mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
fix: template fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<!-- Navbar -->
|
||||
{% include "navigation_bar.html" %}
|
||||
<!-- Main Content Area -->
|
||||
<main class="flex-1 overflow-y-auto">
|
||||
<main class="flex flex-1 overflow-y-auto">
|
||||
{% block main %}{% endblock %}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user