eds/templates/cms/upload_detail.html
2017-04-19 18:49:49 +02:00

16 lines
246 B
HTML

{% extends "./base_site.html" %}
{% load i18n static %}
{% block coltype %}colMS{% endblock %}
{% block content %}
<div id="content-main">
<iframe src="{{fichier}}" width="1200" height="800" align="middle"></iframe>
</div>
{% endblock %}