Page not found (404)

Request Method: GET
Request URL: https://icfn.in/fundraiser-type/tcsworld10k2022/60/
Raised by: icfn_frontend.views.fundraisers_type_listing

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

  1. admin/
  2. activate-user/<str:activation_key>
  3. [name='icfnfront_end_index']
  4. updates/ [name='redirect_maintenance_page']
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. event/<slug:event_slug> [name='eventdetail']
  8. campaign/<slug:event_slug> [name='campaigndetail']
  9. individual_register/ [name='signup']
  10. individual_register/profile/ [name='edit_profile']
  11. csos/<slug:event_slug> [name='cso_listing']
  12. campaigns/ [name='campaigns_listing']
  13. fundraisers/<slug:event_slug> [name='fundraisers_listing']
  14. fundraiser-type/<slug:event_slug>/<int:id>/ [name='fundraisers_type_listing']

The current path, fundraiser-type/tcsworld10k2022/60/, 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.