]> git.parisson.com Git - teleforma.git/commitdiff
fix js load
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 09:24:29 +0000 (11:24 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 14:47:24 +0000 (16:47 +0200)
teleforma/templates/teleforma/course_conference_record.html

index 30b5a2a68a92cdcdbdb9223f0ad011c3c7f0aa4e..5cdeffb0662d4c1b8afd7a9ce01f88962c996f7d 100644 (file)
@@ -3,11 +3,6 @@
 {% load teleforma_tags %}
 {% load i18n %}
 
-{% block extra_stylesheets %}
-<link href="{{STATIC_URL}}teleforma/video-js/video-js.css" rel="stylesheet">
-<link href="{{STATIC_URL}}teleforma/video-js/fantasy/index.css" rel="stylesheet">
-{% endblock %}
-
 {% block extra_javascript %}
 <script type="text/javascript">
 
@@ -68,8 +63,6 @@ $(document).ready(function(){
     });
 </script>
 
-<script src="{{STATIC_URL}}teleforma/video-js/video.js"></script>
-
 {% endblock extra_javascript %}
 
 {% block modules %}
@@ -111,6 +104,7 @@ $(document).ready(function(){
             >supports HTML5 video</a
           >
         </p>
+        <script src="{{STATIC_URL}}teleforma/video-js/video.js"></script>
     </video>
     <script src="/static/teleforma/video-js/video.min.js"></script>
 </div>