yearbookfinal

This commit is contained in:
Lucie Galland 2021-12-14 11:50:56 +01:00
parent dba4498cd7
commit 67cc2e658a
2 changed files with 2 additions and 4 deletions

View file

@ -8,9 +8,7 @@
<section class="wrapper style1">
<div class="inner">
<iframe allowfullscreen="allowfullscreen" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/344e8df024.html" style="border: 1px solid lightgray; width: 100%; height: 400px;"></iframe>
<iframe allowfullscreen="allowfullscreen" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/b2cf4809b7.html" style="border: 1px solid lightgray; width: 100%; height: 600px;"></iframe>
</div></section></div>

View file

@ -79,7 +79,7 @@ class Profil(LoginRequiredMixin, TemplateView):
class Chef(AllChefRequiredMixin, TemplateView):
template_name = "gestion/chef.html"
class YearBook2021(AllChefRequiredMixin, TemplateView):
class YearBook2021(LoginRequiredMixin, TemplateView):
template_name = "gestion/yearbook2021.html"