Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/tours/itinerary/dubai-city-tour-half-day/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/ itinerary/<str:slug>/ [name='tour-detail']
  23. tours/ availability/<int:tour_id>/ [name='tour-availability']
  24. tours/ check-availability/<int:tour_id>/ [name='check-availability']
  25. tours/ things-to-do/ [name='all-tours-grid']
  26. tours/ <str:slug>/checkout/ [name='checkout']
  27. tours/ <int:id>/get_discounted_price/ [name='get_discounted_price']
  28. tours/ confirmation/ [name='confirmation']
  29. tours/ initiate_payment [name='payment_view']
  30. tours/ callback/ [name='handle_callback']
  31. tours/ thankyou/ [name='thankyou']
  32. tours/ wishlist [name='wishlist']
  33. tours/ wishlist/add_to_wishlist/<int:id> [name='user_twishlist']
  34. tours/ submit_review/<int:tour_id>/ [name='submit_review']
  35. bookings/
  36. hotel/
  37. outbounds/
  38. transfers/
  39. dashboard/
  40. hr/
  41. finance/
  42. __debug__/
  43. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, tours/itinerary/dubai-city-tour-half-day/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.