mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
fix
This commit is contained in:
parent
0da8fd6355
commit
e017d7c03b
@ -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 = {
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user