mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 16:08:54 -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 headtitle %}Edit video chapters - {{PORTAL_NAME}}{% endblock headtitle %}
|
||||||
|
|
||||||
{% block topimports %}
|
{% 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="preload" as="style">
|
||||||
<link href="{% static "chapters_editor/chapters-editor.css?v={{ VERSION }}" %}" rel="stylesheet">
|
<link href="{% static 'chapters_editor/chapters-editor.css' %}?v={{ VERSION }}" rel="stylesheet">
|
||||||
|
<script src="{% static 'chapters_editor/chapters-editor.js' %}?v={{ VERSION }}"></script>
|
||||||
<script src="{% static 'chapters_editor/chapters-editor.js?v={{ VERSION }}' %}"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.MEDIA_DATA = {
|
window.MEDIA_DATA = {
|
||||||
|
|||||||
@ -5,10 +5,9 @@
|
|||||||
{% block headtitle %}Edit video - {{PORTAL_NAME}}{% endblock headtitle %}
|
{% block headtitle %}Edit video - {{PORTAL_NAME}}{% endblock headtitle %}
|
||||||
|
|
||||||
{% block topimports %}
|
{% 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="preload" as="style">
|
||||||
<link href="{% static "video_editor/video-editor.css?v={{ VERSION }}" %}" rel="stylesheet">
|
<link href="{% static 'video_editor/video-editor.css' %}?v={{ VERSION }}" rel="stylesheet">
|
||||||
|
<script src="{% static 'video_editor/video-editor.js' %}?v={{ VERSION }}"></script>
|
||||||
<script src="{% static 'video_editor/video-editor.js?v={{ VERSION }}' %}"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.MEDIA_DATA = {
|
window.MEDIA_DATA = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user