mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-01 10:24:43 +00:00
Remove unused comment.
This commit is contained in:
parent
9d7a22c645
commit
182be4295d
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
from django.conf.urls import *
|
||||
|
||||
# TODO Move into a namespace?
|
||||
|
||||
urlpatterns = patterns('notifications.views',
|
||||
url(r'^$', 'all', name='all'),
|
||||
url(r'^unread/$', 'unread', name='unread'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue