Page not found (404)

Request Method: GET
Request URL: http://faidamarketlink.or.tz/about-us/our-objectives.html

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

  1. admin/
  2. [name='index']
  3. about_us [name='about_us']
  4. projects/<id>/project_detail [name='project_detail']
  5. contact_us [name='contact_us']
  6. projects/
  7. consultancy/ [name='consultancy']
  8. blog/ [name='blog']
  9. policies/ [name='policies']
  10. management/ [name='management']
  11. board/ [name='board']
  12. what_we_do/ [name='what_we_do']
  13. our_projects/ [name='our_projects']
  14. how_we_work/ [name='how_we_work']
  15. where_we_work/our_offices/ [name='our_offices']
  16. where_we_work/project_locations/ [name='project_locations']
  17. blog/post_detail [name='post_detail']
  18. events/<id>/event_detail [name='event_detail']
  19. events/ [name='events']
  20. volunteer/ [name='volunteer']
  21. donation/ [name='donation']
  22. partnership/ [name='partnership']
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, about-us/our-objectives.html, 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.