~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to notification/urls.py

  • Committer: franku
  • Date: 2017-04-11 06:32:38 UTC
  • mto: This revision was merged to the branch mainline in revision 456.
  • Revision ID: somal@arcor.de-20170411063238-wpyik2riq712gwkr
commented notice related things

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from django.conf.urls import url
2
2
 
3
 
from notification.views import notices, mark_all_seen, feed_for_user, single
 
3
from notification.views import notices, mark_all_seen, single
4
4
 
5
5
urlpatterns = [
6
6
    url(r'^$', notices, name='notification_notices'),