This commit is contained in:
Lucie Galland 2021-11-25 10:01:11 +01:00
parent bfb1f32132
commit d35772e116

View file

@ -0,0 +1,18 @@
{% extends "gestion/base.html" %}
{% load i18n %}
{% load static %}
{% block titre %}{% trans "Modification d'une photo" %}{% endblock %}
{% block content %}
<div id="main">
<section class="wrapper style1">
<div class="inner">
<span class="image fit">
<img src="{% static 'images/cover_yearbook2021.png'%}" alt="" />
</span>
<iframe src="{% static 'documents/yearbook2021.pdf' %}" width="100%" height="1500px">
</iframe>
</div></section></div>
{% endblock %}