eds/templates/cms/upload_detail.html

14 lines
247 B
HTML
Raw Normal View History

2017-04-19 18:49:49 +02:00
{% extends "./base_site.html" %}
{% load i18n static %}
{% block coltype %}colMS{% endblock %}
{% block content %}
<div id="content-main">
2017-08-13 22:58:46 +02:00
<iframe src="{{fichier}}" width="1200" height="800" align="middle"></iframe>
2017-04-19 18:49:49 +02:00
</div>
{% endblock %}