8
8
views.comment, name='tc_comment'),
9
9
url(r'^comment/(?P<content_type>\d+)/(?P<object_id>\d+)/(?P<parent_id>\d+)/$',
10
10
views.comment, name='tc_comment_parent'),
13
11
url(r'^comment/(?P<edit_id>\d+)/edit/$',
14
12
views.comment, name='tc_comment_edit'),