Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/contact/index.html

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

  1. admin/
  2. django-check-seo/
  3. b2b/
  4. api_auth/
  5. accounts/
  6. [name='home']
  7. contact/ [name='contact']
  8. faq/ [name='faq']
  9. about/ [name='about']
  10. privacy/ [name='privacy']
  11. gallery/ [name='gallery']
  12. reviews/ [name='t-reviews']
  13. newsletter/ [name='newsletter']
  14. search-result/ [name='search-page']
  15. blogs/
  16. api/
  17. api/token/verify [name='token_verify']
  18. api/token/ [name='token_obtain_pair']
  19. api/token/refresh/ [name='token_refresh']
  20. cart/
  21. visa/
  22. tours/
  23. bookings/
  24. hotel/
  25. outbounds/
  26. transfers/
  27. dashboard/
  28. hr/
  29. finance/
  30. __debug__/
  31. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, contact/index.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.