1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 01:41:39 +00:00

modified cookie set

This commit is contained in:
llj
2012-08-20 15:24:43 +08:00
parent a14c1d0c48
commit c5be7a4062
3 changed files with 4 additions and 18 deletions

View File

@@ -5,7 +5,6 @@ urlpatterns = patterns('notifications.views',
url(r'^add/$', 'notification_add', name='notification_add'),
url(r'^delete/(?P<nid>[\d]+)/$', 'notification_delete', name='notification_delete'),
url(r'^set-primary/(?P<nid>[\d]+)/$', 'set_primary', name='set_primary'),
url(r'^close/(?P<note_id>[\d]+)/$', 'notification_close', name='notification_close'),
)