src/cm/urls.py
changeset 144 e7e1bc64f613
parent 143 3c21b9097908
child 146 51c34f5970c2
--- a/src/cm/urls.py	Wed Feb 03 20:55:30 2010 +0100
+++ b/src/cm/urls.py	Wed Feb 03 21:49:04 2010 +0100
@@ -55,7 +55,7 @@
 
      # text
      url(r'^text/(?P<key>\w*)/view/$', text_view, name="text-view"),
-     url(r'^text/(?P<key>\w*)/view/\?comment_key=(?P<id>\w*)$', text_view, name="text-view-show-comment"), 
+     url(r'^text/(?P<key>\w*)/view/\?comment_id_key=(?P<id>\w*)$', text_view, name="text-view-show-comment"), 
      
 #     url(r'^text/(?P<key>\w*)/view/(?P<version_key>\w*)/$', text_view, name="text-view-version"),