mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed bug in django.contrib.comments urlconf
git-svn-id: http://code.djangoproject.com/svn/django/trunk@29 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user