"Refactor CSS and HTML for admin templates (feat)"
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user