Project

General

Profile

« Previous | Next » 

Revision 6b76bceb

Added by Benjamin Dauvergne over 13 years ago

fix disponibility display

View differences:

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