yearbook
This commit is contained in:
parent
bfb1f32132
commit
d35772e116
1 changed files with 18 additions and 0 deletions
18
gestion/templates/gestion/yearbook2021.html
Normal file
18
gestion/templates/gestion/yearbook2021.html
Normal 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 %}
|
Loading…
Reference in a new issue