working UI

This commit is contained in:
evilchili
2025-10-17 19:33:29 -07:00
parent c1272788f0
commit 83527b85f4
12 changed files with 42664 additions and 75 deletions
+4 -1
View File
@@ -16,8 +16,10 @@
{% block nav %}
{% include "nav.html" %}
{% include "breadcrumbs.html" %}
{% endblock %}
<div class='table-wrapper'>
<div class='main-aligned'>
<div class='table-wrapper'>
<main>
{% for message in g.messages %}
<div class="alert">
@@ -26,6 +28,7 @@
{% endfor %}
{% block content %}{% endblock %}
</main>
</div>
</div>
<footer>
{% block footer %}