Export to GitHub

django-contact-form - issue #5

Missing paren in docs


Posted on Dec 23, 2007 by Swift Lion

In overview.txt...

this: (r'^contact/', include('contact_form.urls'),

should be this: (r'^contact/', include('contact_form.urls')),

Status: New

Labels:
Type-Defect Priority-Medium