diff --git a/gestion/templates/gestion/base.html b/gestion/templates/gestion/base.html index 834906a..bbab525 100644 --- a/gestion/templates/gestion/base.html +++ b/gestion/templates/gestion/base.html @@ -16,7 +16,7 @@ {% block extrahead %}{% endblock %} - + @@ -64,7 +64,7 @@ {% if user.is_superuser or user.profile.is_chef or user.profile.is_chef_event or user.profile.is_chef_com %} diff --git a/gestion/templates/gestion/index.html b/gestion/templates/gestion/index.html index 1daae82..832b65a 100644 --- a/gestion/templates/gestion/index.html +++ b/gestion/templates/gestion/index.html @@ -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.
Fanfaron débutant ou musicien aguerri, n'hésite pas à venir nous rejoindre ! Nous serons heureux de te compter dans nos rangs !
Nous prêtons des instruments à tout membre du COF souhaitant découvrir les joies de la fanfaronnerie !{% endblocktrans %}

+

{% blocktrans %}Pour un petit aperçu du fun qu'on peux avoir n'hésites pas à consulter notre {% endblocktrans %}year book

diff --git a/gestion/templates/gestion/yearbook2021.html b/gestion/templates/gestion/yearbook2021.html index 545bd20..8fee63d 100644 --- a/gestion/templates/gestion/yearbook2021.html +++ b/gestion/templates/gestion/yearbook2021.html @@ -8,9 +8,7 @@
- - - +
diff --git a/gestion/views.py b/gestion/views.py index 3797e74..9c1e9f1 100644 --- a/gestion/views.py +++ b/gestion/views.py @@ -79,7 +79,7 @@ class Profil(LoginRequiredMixin, TemplateView): class Chef(AllChefRequiredMixin, TemplateView): template_name = "gestion/chef.html" -class YearBook2021(AllChefRequiredMixin, TemplateView): +class YearBook2021(TemplateView): template_name = "gestion/yearbook2021.html"