Page not found (404)

Request Method: GET
Request URL: https://intondolosafaris.com/terms&conditions.html

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

  1. admin/
  2. [name='Home']
  3. about [name='about']
  4. contact [name='contact']
  5. invoice/<str:ref> [name='invoice']
  6. pdf [name='pdf']
  7. policies [name='policies']
  8. checkout [name='checkout']
  9. my_itinerary [name='my_itinerary']
  10. packages/
  11. tours/
  12. activities/
  13. accommodations/
  14. restaurants/
  15. ^media/(?P<path>.*)$

The current path, terms&conditions.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.