Revision 5f372104
Added by Jérôme Schneider over 12 years ago
calebasse/agenda/views.py | ||
---|---|---|
31 | 31 |
context['workers_agenda'].append({'worker': worker, |
32 | 32 |
'agenda': Occurrence.objects.daily_occurrences(context['date'], [worker])}) |
33 | 33 |
|
34 |
context['disponnibility'] = Occurrence.objects.daily_disponiblity(context['date'], context['workers'])
|
|
34 |
context['disponnibility'] = Occurrence.objects.daily_disponiblity(context['date'], workers)
|
|
35 | 35 |
return context |
Also available in: Unified diff
Agenda: add appointments management