publik-base-theme/templates/variants/rouen/authentic2_auth_fc/explanation.html

15 lines
500 B
HTML

{% extends "authentic2_auth_fc/explanation.html" %}
{% block fc-explanation %}
{{ block.super }}
<div id="fc-explanation-video"
style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;">
<iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden"
frameborder="0" type="text/html"
src="https://www.dailymotion.com/embed/video/x6fp7n9"
width="100%" height="100%"
allowfullscreen >
</iframe>
</div>
{% endblock %}