diff -r 9354ef8119c6 -r a0f4aba61275 reg/site/urls.py --- a/reg/site/urls.py Tue Apr 13 12:03:12 2010 +0530 +++ b/reg/site/urls.py Tue Apr 13 12:05:38 2010 +0530 @@ -8,7 +8,7 @@ (r'^logout/$', reg_views.user_logout), (r'^register/$', reg_views.user_register), (r'^account_created/$', reg_views.account_created), - (r'^send_activation/$', reg_views.send_activation), + (r'^resend_activation/$', reg_views.resend_activation), (r'^profile/view/$', reg_views.view_profile), (r'^profile/edit/$', reg_views.edit_profile), (r'^password_reset/$', reg_views.reset_password),