Page not found (404)

Request Method: GET
Request URL: https://www.osp.gov.gh/powers/protection-of-witnesses-and-victims

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

  1. admin/
  2. [name='home']
  3. about/
  4. outreach/
  5. our_cases/
  6. rti/
  7. contact/
  8. what_we_do/
  9. search/
  10. powers/ [name='osp_powers']
  11. powers/ plea_bargaining [name='plea_bargaining']
  12. powers/ protection_of_witnesses_and_victims [name='protection_of_witnesses_and_victims']
  13. media_center/
  14. resource_and_publications/
  15. ckeditor/
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

The current path, powers/protection-of-witnesses-and-victims, 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.