Revision 6b76bceb
Added by Benjamin Dauvergne over 12 years ago
calebasse/agenda/views.py | ||
---|---|---|
34 | 34 |
context['workers_agenda'].append({'worker': worker, |
35 | 35 |
'agenda': Occurrence.objects.daily_occurrences(context['date'], [worker])}) |
36 | 36 |
|
37 |
context['disponnibility'] = Occurrence.objects.daily_disponiblity(context['date'], workers)
|
|
37 |
context['disponibility'] = Occurrence.objects.daily_disponiblity(context['date'], workers) |
|
38 | 38 |
return context |
39 | 39 |
|
40 | 40 |
def new_appointment(request): |
Also available in: Unified diff
fix disponibility display