Bugfix
This commit is contained in:
parent
0ee798a64e
commit
3e065f30c0
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ from django.shortcuts import get_object_or_404, redirect, render
|
|||
from django.urls import reverse, reverse_lazy
|
||||
from django.utils.safestring import mark_safe
|
||||
from django.views.generic import DeleteView, TemplateView, UpdateView
|
||||
from gestion.mixins import ChefEventRequiredMixin, ChefRequiredMixin
|
||||
from gestion.mixins import ChefEventRequiredMixin
|
||||
from gestion.models import Photo
|
||||
|
||||
from calendrier.calend import EventCalendar
|
||||
|
@ -212,6 +212,7 @@ class ViewEvent(LoginRequiredMixin, TemplateView):
|
|||
else:
|
||||
instru = participant.instrument
|
||||
|
||||
instru = "" if instru is None else instru
|
||||
sure, maybe, namesoui, namespe, namesnon = instrument_count[instru]
|
||||
|
||||
if participant.reponse == "oui":
|
||||
|
|
Loading…
Add table
Reference in a new issue