Initial content

This commit is contained in:
Adam Freeman
2024-05-29 18:54:49 +01:00
parent 2dbc1a8088
commit 5215a1d919
1944 changed files with 203378 additions and 0 deletions
@@ -0,0 +1,11 @@
{{> admin/area_buttons mode="database"}}
<div class="m-2">
<h5 class="text-danger text-center">{{admin_msg}}</h5>
</div>
<div class="m-2 text-center">
<button class="btn btn-danger m-2"
hx-post="/api/database/reset"
hx-target="#content">Reset & Seed Database</button>
</div>