| Issue 5: | Missing paren in docs | |
| 2 people starred this issue and may be notified of changes. | Back to list |
In overview.txt...
this:
(r'^contact/', include('contact_form.urls'),
should be this:
(r'^contact/', include('contact_form.urls')),
|
|
|
|