Skip to content

Commit

Permalink
handle /admin/comments urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Dec 27, 2014
1 parent b56a92a commit af13af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catonmat/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def __gt__(self, endpoint):
Rule('/categories') > 'admin.categories.main',
Rule('/fof') > 'admin.fof.main',
Rule('/exceptions') > 'admin.exceptions.main',
Rule('/comments') > 'admin.comments.main',
Rule('/comments/delete_comment') > 'admin.comments.delete_comment',
])
],
strict_slashes=False)
Expand Down

0 comments on commit af13af7

Please sign in to comment.