summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/comments/urls/comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/urls/comments.py b/django/contrib/comments/urls/comments.py
index c260550a8d..bbb4c435b6 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.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'),