changeset 192 | d87f0cd436e6 |
parent 185 | 7071ab9a6703 |
child 213 | 079c29b18517 |
child 235 | 62f1cb02cb88 |
child 256 | 3dedcb0a0233 |
--- a/project/urls.py Tue Nov 02 22:01:58 2010 +0530 +++ b/project/urls.py Tue Nov 02 22:09:20 2010 +0530 @@ -51,6 +51,8 @@ 'submit_registration', name='scipycon_submit_registration'), url(r'^%s/edit-registration/(?P<id>\d+)/$' % (SCOPE_ARG_PATTERN), 'edit_registration', name='scipycon_edit_registration'), + url(r'^%s/regstats/'% (SCOPE_ARG_PATTERN), + 'regstats', name="scipycon_regstats"), ) # Authentication and Profile