diff --git a/django/contrib/comments/urls/comments.py b/django/contrib/comments/urls/comments.py index f117e8924a..f8c6cb060d 100644 --- a/django/contrib/comments/urls/comments.py +++ b/django/contrib/comments/urls/comments.py @@ -1,6 +1,6 @@ from django.conf.urls.defaults import * -urlpatterns = patterns('django.views', +urlpatterns = patterns('django.contrib.comments.views', (r'^post/$', 'comments.comments.post_comment'), (r'^postfree/$', 'comments.comments.post_free_comment'), (r'^posted/$', 'comments.comments.comment_was_posted'),