Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/hotel/hotel-details.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/ [name='hotels']
  25. hotel/ hotel-detail/<uid>/ [name='hotel_detail']
  26. hotel/ checkout_booking/<uid>/<int:id>/ [name='checkout_booking']
  27. hotel/ confirmation/ [name='t-confirmation']
  28. hotel/ country-list/ [name='country-list']
  29. hotel/ fetch-availability/ [name='fetch-availability']
  30. hotel/ <int:country_id>/ [name='city-list']
  31. hotel/ <int:city_id>/<str:hotel_code>/ [name='api_hotels_detail']
  32. hotel/ availability/ [name='availability_search_view']
  33. hotel/ hotel-room-search/ [name='hotel-room-search']
  34. hotel/ booking-summary/ [name='booking-summary']
  35. outbounds/
  36. transfers/
  37. dashboard/
  38. hr/
  39. finance/
  40. __debug__/
  41. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, hotel/hotel-details.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.