]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 10:18:51 +0000 (12:18 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 10:18:51 +0000 (12:18 +0200)
teleforma/templates/teleforma/course_conference_record.html

index 70199f11c9ecf899e86f096475b560d727987673..a7524183b002ba9b78d6197cf4e1273f0193841c 100644 (file)
@@ -3,10 +3,6 @@
 {% load teleforma_tags %}
 {% load i18n %}
 
-{% block extra_stylesheets %}
-<link href="{{STATIC_URL}}teleforma/video-js/video-js.css" rel="stylesheet">
-{% endblock %}
-
 {% block extra_javascript %}
 <script type="text/javascript">
 
@@ -67,7 +63,7 @@ $(document).ready(function(){
     });
 </script>
 
-<script src="{{STATIC_URL}}teleforma/video-js/video.js"></script>
+
 
 {% endblock extra_javascript %}