summaryrefslogtreecommitdiff
path: root/profile/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'profile/urls.py')
-rw-r--r--profile/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/urls.py b/profile/urls.py
index 33fe4df..0949c66 100644
--- a/profile/urls.py
+++ b/profile/urls.py
@@ -2,7 +2,7 @@ from django.conf.urls.defaults import *
from pytask.profile.views import view_profile, edit_profile,\
browse_notifications, view_notification,\
- delte_notification, unread_notification
+ delete_notification, unread_notification
urlpatterns = patterns('',