layout updates, added json views, fixed relationships in schema

This commit is contained in:
evilchili
2024-02-16 01:19:25 -08:00
parent 1baf73a338
commit e231828425
13 changed files with 320 additions and 88 deletions
+2
View File
@@ -1,3 +1,4 @@
{% from "list.html" import build_list %}
<!doctype html>
<html lang="en">
<head>
@@ -14,6 +15,7 @@
{% block headers %}{% endblock %}
</head>
<body>
{{ build_list(c) }}
<div id='content'>
{% block content %}{% endblock %}
</div>