mirror of https://github.com/django/django.git
Fixed bug in [29]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@31 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d9d6345e3f
commit
fda1f68492
|
@ -1,6 +1,6 @@
|
|||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns('django.contrib.comments.comments',
|
||||
urlpatterns = patterns('django.contrib.comments.views',
|
||||
(r'^post/$', 'comments.post_comment'),
|
||||
(r'^postfree/$', 'comments.post_free_comment'),
|
||||
(r'^posted/$', 'comments.comment_was_posted'),
|
||||
|
|
Loading…
Reference in New Issue