Page not found (404)

Request Method: GET
Request URL: https://willindiachange.org/registration/

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

  1. [name='Home']
  2. about [name='About']
  3. team [name='Team']
  4. contact [name='Contact']
  5. hall-of-fame [name='Hall Of Fame']
  6. gallery [name='Gallery']
  7. media-coverage [name='media-coverage']
  8. <slug:slug_text> [name='Gallery_Details']
  9. admin/
  10. ^media/(?P<path>.*)$

The current path, registration/, didn’t match any of these.

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.