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