diff options
| -rw-r--r-- | django/contrib/comments/urls.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/comments/urls.py b/django/contrib/comments/urls.py index 2bfefa3e2d..d9037799dd 100644 --- a/django/contrib/comments/urls.py +++ b/django/contrib/comments/urls.py @@ -12,6 +12,5 @@ urlpatterns = patterns('django.contrib.comments.views', ) urlpatterns += patterns('', - url(r'^cr/(\d+)/(.+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'), + url(r'^cr/(\d+)/(.+)/$', 'django.contrib.contenttypes.views.shortcut', name='comments-url-redirect'), ) - |
