equal
deleted
inserted
replaced
1 from django.conf.urls.defaults import * |
1 from django.conf.urls.defaults import * |
2 |
2 |
3 from pytask.profile.views import view_profile, edit_profile,\ |
3 from pytask.profile.views import view_profile, edit_profile,\ |
4 browse_notifications, view_notification,\ |
4 browse_notifications, view_notification,\ |
5 delte_notification, unread_notification |
5 delete_notification, unread_notification |
6 |
6 |
7 urlpatterns = patterns('', |
7 urlpatterns = patterns('', |
8 |
8 |
9 (r'^view/$', view_profile), |
9 (r'^view/$', view_profile), |
10 (r'^edit/$', edit_profile), |
10 (r'^edit/$', edit_profile), |