~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to threadedcomments/urls.py

  • Committer: franku
  • Date: 2018-10-05 16:43:57 UTC
  • mto: This revision was merged to the branch mainline in revision 504.
  • Revision ID: somal@arcor.de-20181005164357-jqj6w4w94mgik2zr
removed more unused functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
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'),
11
 
    url(r'^comment/(?P<object_id>\d+)/delete/$',
12
 
        views.comment_delete, name='tc_comment_delete'),
13
11
    url(r'^comment/(?P<edit_id>\d+)/edit/$',
14
12
        views.comment, name='tc_comment_edit'),
15
13