Skip to content

Commit

Permalink
fixing type #141
Browse files Browse the repository at this point in the history
  • Loading branch information
oppianmatt committed Mar 17, 2011
1 parent 20f0953 commit 88cd316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/contact_form/urls.py
Expand Up @@ -19,7 +19,7 @@


urlpatterns = patterns('', urlpatterns = patterns('',
# replace contact form # replace contact form
url(r'^$', direct_to_template, {'template':'contact/contanct_form.html'}, name='contact'), url(r'^$', direct_to_template, {'template':'contact/contact_form.html'}, name='contact'),
# disable contact form # disable contact form
#url(r'^$', contact_form, name='contact'), #url(r'^$', contact_form, name='contact'),
url(r'^sent/$', url(r'^sent/$',
Expand Down

0 comments on commit 88cd316

Please sign in to comment.