Page not found (404)

Request Method: GET
Request URL: https://www.harhathkalam.org/complaint/create_complaint/

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

  1. admin/
  2. [name='homepage']
  3. stories-of-hope/ [name='stories-of-hope']
  4. our-programs/ [name='our-programs']
  5. about-us/ [name='about-us']
  6. connect-with-us/ [name='connect-with-us']
  7. contact/ [name='contact']
  8. our-team/ [name='our-team']
  9. donate/ [name='donate']

The current path, complaint/create_complaint/, 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.