equal
deleted
inserted
replaced
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 |