sdi/site/urls.py
branchanoop
changeset 96 8cccb8f7fff2
parent 95 ab554d46fd34
child 108 9363e5121f9b
equal deleted inserted replaced
95:ab554d46fd34 96:8cccb8f7fff2
     9                        (r'^stats/$', list_stats),
     9                        (r'^stats/$', list_stats),
    10                        (r'^send_invi/$', send_invi),
    10                        (r'^send_invi/$', send_invi),
    11                        (r'^login/$', admin_login),
    11                        (r'^login/$', admin_login),
    12                        (r'^logout/$', admin_logout),
    12                        (r'^logout/$', admin_logout),
    13                        (r'^send_wsp_cnf/$', send_workshop_confirm),
    13                        (r'^send_wsp_cnf/$', send_workshop_confirm),
    14                        (r'^cnf_wsp_cnf/(\w+)/$', confirm_wsp_participation),
    14                        (r'^cnf_wsp_ptc/(\w+)/$', confirm_wsp_participation),
    15                       )
    15                       )
    16 
    16