"Refactor CSS and HTML for admin templates (feat)"

This commit is contained in:
2025-05-26 10:38:55 +02:00
parent 830354e966
commit 6b066aa28e
3 changed files with 1229 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
{{ super() }}
<!-- CSRF Token für AJAX-Anfragen -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/admin.css') }}">
<script src="{{ url_for('static', filename='js/admin.js') }}" defer></script>
{% endblock %}