diff -r d24b4a7147d2 -r 869a9ab7e2df profile/urls.py --- a/profile/urls.py Fri Jan 07 13:11:51 2011 +0530 +++ b/profile/urls.py Fri Jan 07 13:18:09 2011 +0530 @@ -2,7 +2,7 @@ from pytask.profile.views import view_profile, edit_profile,\ browse_notifications, view_notification,\ - delte_notification, unread_notification + delete_notification, unread_notification urlpatterns = patterns('',