]> 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 14:48:04 +0000 (16:48 +0200)
teleforma/templates/teleforma/course_conference_record.html

index d7d3f2a50220e7d9eb3df398001b0d719cf69095..7018ede80e290a0c2c20efbd49b72e10b3d43647 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 %}