Mercurial > public > sg101
view gpp/antispam/urls.py @ 268:eea6219024ef
Fixing #117; problems with floating images in bulletins. Tweaked the CSS to add a clear to the meta paragraph.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 25 Sep 2010 19:22:08 +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'), )