Project

General

Profile

« Previous | Next » 

Revision fcfb4f5b

Added by Mikaël Ates almost 12 years ago

Add a dedicated page for days not locked (#2034).

View differences:

calebasse/agenda/urls.py
5 5
from views import (redirect_today, AgendaHomepageView, NewAppointmentView,
6 6
        NewEventView, AgendaServiceActivityView, UpdateAppointmentView,
7 7
        UpdateEventView, AgendaServiceActValidationView, AutomatedValidationView,
8
        UnlockAllView, AgendasTherapeutesView)
8
        UnlockAllView, AgendasTherapeutesView, JoursNonVerouillesView)
9 9

  
10 10
agenda_patterns = patterns('',
11 11
            url(r'^$',
......
46 46
                AgendasTherapeutesView.as_view(
47 47
                    template_name='agenda/agendas-therapeutes.html'),
48 48
                name='agendas-therapeutes'),
49
            url(r'^jours-non-verouilles/$',
50
                JoursNonVerouillesView.as_view(
51
                    template_name='agenda/days-not-locked.html'),
52
                name='days-not-locked'),
49 53
            )
50 54

  
51 55
urlpatterns = patterns('',

Also available in: Unified diff