profile/urls.py
changeset 50 869a9ab7e2df
parent 48 3cfd74f9363e
--- 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('',