~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: franku
  • Date: 2017-11-24 09:24:41 UTC
  • mto: This revision was merged to the branch mainline in revision 477.
  • Revision ID: somal@arcor.de-20171124092441-i3fuv708y2hk6b00
refactoring of variables; moved spam_check into the model

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('anti_spam.urls')),
 
68
    url(r'^moderated/', include('check_input.urls')),
69
69
]
70
70
 
71
71
try: