Project

General

Profile

« Previous | Next » 

Revision d0b8cfab

Added by Mikaël Ates over 12 years ago

agenda: sort days not locked.

View differences:

calebasse/agenda/views.py
362 362
            if max_day > today:
363 363
                max_day = today
364 364
            days &= set(get_days_with_acts_not_locked(min_day, max_day, self.service))
365
        context['days_not_locked'] = days
365
        context['days_not_locked'] = sorted(days)
366 366
        return context
367 367

  
368 368
class RessourcesView(TemplateView):

Also available in: Unified diff