yearbook final de final
This commit is contained in:
parent
67cc2e658a
commit
149cc3b9f0
3 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url 'trombonoscope:view' %}">{% trans "Trombonoscope" %}</a>
|
||||
<a class="dropdown-item" href="https://photos.cof.ens.fr/index.php/Clubs-du-COF/L'Ernestophone" target="_blank">{% trans "Galerie Photo" %}</a>
|
||||
<a class="dropdown-item" href="{% url 'yearbook2021' %}" target="_blank">{% trans "Year Book 2021" %}</a>
|
||||
<a class="dropdown-item" href="https://heyzine.com/flip-book/b2cf4809b7.html" target="_blank">{% trans "Year Book 2021" %}</a>
|
||||
</div>
|
||||
</li>
|
||||
{% if user.is_superuser or user.profile.is_chef or user.profile.is_chef_event or user.profile.is_chef_com %}
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
Nous répétons tous les mardis et jeudi soirs de 20h à 22h dans les sous sols du NIR à l'ENS. <br>Fanfaron débutant ou musicien aguerri, n'hésite pas à venir nous rejoindre !
|
||||
Nous serons heureux de te compter dans nos rangs !<br>
|
||||
Nous prêtons des instruments à tout membre du COF souhaitant découvrir les joies de la fanfaronnerie !{% endblocktrans %}</p>
|
||||
<p align="center">{% blocktrans %}Pour un petit aperçu du fun qu'on peux avoir n'hésites pas à consulter notre {% endblocktrans %}<a class="text" href="https://heyzine.com/flip-book/b2cf4809b7.html" target="_blank">year book</a></p>
|
||||
</div>
|
||||
<div class="5u 12u$(small)"><div>
|
||||
<span class="image fit">
|
||||
|
|
|
@ -79,7 +79,7 @@ class Profil(LoginRequiredMixin, TemplateView):
|
|||
class Chef(AllChefRequiredMixin, TemplateView):
|
||||
template_name = "gestion/chef.html"
|
||||
|
||||
class YearBook2021(LoginRequiredMixin, TemplateView):
|
||||
class YearBook2021(TemplateView):
|
||||
template_name = "gestion/yearbook2021.html"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue