refactor: moving to my own template, using fomantic instead of uikit. removing uikit, and some other removed stuff

This commit is contained in:
2024-01-15 21:55:28 +01:00
parent b5f9be7e5a
commit 8b42c94aa6
29 changed files with 564 additions and 37519 deletions

View File

@@ -1 +1,5 @@
{% extends "admin/base.html" %}
{% extends "admin/base.jinja" %}
{% block content %}
{% include "admin/dashboard.jinja" %}
{% endblock %}