This commit is contained in:
Markos Gogoulos 2025-10-27 12:34:42 +02:00
parent 0da8fd6355
commit e017d7c03b
2 changed files with 6 additions and 8 deletions

View File

@ -5,10 +5,9 @@
{% block headtitle %}Edit video chapters - {{PORTAL_NAME}}{% endblock headtitle %}
{% block topimports %}
<link href="{% static "chapters_editor/chapters-editor.css?v={{ VERSION }}" %}" rel="preload" as="style">
<link href="{% static "chapters_editor/chapters-editor.css?v={{ VERSION }}" %}" rel="stylesheet">
<script src="{% static 'chapters_editor/chapters-editor.js?v={{ VERSION }}' %}"></script>
<link href="{% static 'chapters_editor/chapters-editor.css' %}?v={{ VERSION }}" rel="preload" as="style">
<link href="{% static 'chapters_editor/chapters-editor.css' %}?v={{ VERSION }}" rel="stylesheet">
<script src="{% static 'chapters_editor/chapters-editor.js' %}?v={{ VERSION }}"></script>
<script>
window.MEDIA_DATA = {

View File

@ -5,10 +5,9 @@
{% block headtitle %}Edit video - {{PORTAL_NAME}}{% endblock headtitle %}
{% block topimports %}
<link href="{% static "video_editor/video-editor.css?v={{ VERSION }}" %}" rel="preload" as="style">
<link href="{% static "video_editor/video-editor.css?v={{ VERSION }}" %}" rel="stylesheet">
<script src="{% static 'video_editor/video-editor.js?v={{ VERSION }}' %}"></script>
<link href="{% static 'video_editor/video-editor.css' %}?v={{ VERSION }}" rel="preload" as="style">
<link href="{% static 'video_editor/video-editor.css' %}?v={{ VERSION }}" rel="stylesheet">
<script src="{% static 'video_editor/video-editor.js' %}?v={{ VERSION }}"></script>
<script>
window.MEDIA_DATA = {