{% 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">
});
</script>
-<script src="{{STATIC_URL}}teleforma/video-js/video.js"></script>
-
{% endblock extra_javascript %}
{% block modules %}
<div class="media">
{% block video %}
<div class="video">
+ <link href="{{STATIC_URL}}teleforma/video-js/video-js.css" rel="stylesheet">
+ <link href="{{STATIC_URL}}teleforma/video-js/fantasy/index.css" rel="stylesheet">
<video
id="video"
class="video-js vjs-theme-fantasy"
>supports HTML5 video</a
>
</p>
+ <script src="{{STATIC_URL}}teleforma/video-js/video.js"></script>
</video>
</div>