view gpp/antispam/urls.py @ 478:d280b27fed17

Updating to MarkitUp 1.1.12. Merging vendor branch changes into trunk.
author Brian Neal <bgneal@gmail.com>
date Sun, 11 Sep 2011 19:50:59 +0000
parents 8c1832b9d815
children ddd69a8e07c7
line wrap: on
line source
"""URLs for the antispam application."""
from django.conf.urls.defaults import *

urlpatterns = patterns('antispam.views',
    url(r'^suspended/$', 'suspended', name='antispam-suspended'),
)