Page not found (404)

CustomComment matching query does not exist.
Request Method: GET
Request URL: https://unslanted.net/comments/reply/372/
Raised by: django_comments_xtd.views.reply

Using the URLconf defined in crowdnews.urls, Django tried these URL patterns, in this order:

  1. [name='index']
  2. search/ [name='search']
  3. privacy/ [name='privacy']
  4. contact/ [name='contact']
  5. unsub/(?P<unsubcode>[\w\W]+)\/$ [name='news_unsub']
  6. advertisements/
  7. webproxy/
  8. electionator/
  9. newsbot/
  10. accounts/
  11. blog/
  12. storylines/
  13. profiles/
  14. polls/
  15. comments/ ^sent/$ [name='comments-xtd-sent']
  16. comments/ ^sent\.(?P<format>[a-z0-9]+)/?$ [name='comments-xtd-sent']
  17. comments/ ^confirm/(?P<key>[^/]+)/$ [name='comments-xtd-confirm']
  18. comments/ ^confirm/(?P<key>[^/]+)\.(?P<format>[a-z0-9]+)/?$ [name='comments-xtd-confirm']
  19. comments/ ^mute/(?P<key>[^/]+)/$ [name='comments-xtd-mute']
  20. comments/ ^mute/(?P<key>[^/]+)\.(?P<format>[a-z0-9]+)/?$ [name='comments-xtd-mute']
  21. comments/ ^reply/(?P<cid>[\d]+)/$ [name='comments-xtd-reply']

The current path, comments/reply/372/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.