~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to check_input/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:
 
1
from django.conf.urls import *
 
2
from check_input import views
 
3
 
 
4
urlpatterns = [
 
5
    url(r'^$', views.moderate_info, name='found_spam'),
 
6
    ]