~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: franku
  • Date: 2017-11-30 15:53:56 UTC
  • mfrom: (476.1.12 spam_fight)
  • Revision ID: somal@arcor.de-20171130155356-gcx9f8krnkvf6v0y
mergedĀ theĀ anti_spam_app

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    url(r'^maps/', include('wlmaps.urls')),
66
66
    url(r'^screenshots/', include('wlscreens.urls')),
67
67
    url(r'^ggz/', include('wlggz.urls')),
 
68
    url(r'^moderated/', include('check_input.urls')),
68
69
]
69
70
 
70
71
try: