rouen: delete fc explanation video (#73818) #140

Merged
fpeters merged 1 commits from wip/73818-rouen-fc into main 2023-01-27 10:48:07 +01:00
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{% 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 %}