~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to anti_spam/urls.py

  • Committer: franku
  • Date: 2017-11-23 16:12:01 UTC
  • mto: This revision was merged to the branch mainline in revision 477.
  • Revision ID: somal@arcor.de-20171123161201-bisjb21bnpx8i8nw
added a model for collecting spams; adjusted pybb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from django.conf.urls import *
 
2
from anti_spam import views
 
3
 
 
4
urlpatterns = [
 
5
    url(r'^$', views.moderate_info, name='found_spam'),
 
6
    ]