Page not found (404)

Request Method: GET
Request URL: https://arabianknightstours.com/accounts/register/terms-service.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/ register/ [name='register']
  6. accounts/ login/ [name='login']
  7. accounts/ logout/ [name='logout']
  8. accounts/ user/ [name='user-page']
  9. accounts/ account/ [name='profileSetting']
  10. accounts/ customer/<str:pk>/ [name='customer']
  11. accounts/ reset_password/ [name='reset_password']
  12. accounts/ reset_password_sent/ [name='password_reset_done']
  13. accounts/ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  14. accounts/ reset_password_complete/ [name='password_reset_complete']
  15. accounts/ account-verify/<slug:token> [name='account-verify']
  16. [name='home']
  17. contact/ [name='contact']
  18. faq/ [name='faq']
  19. about/ [name='about']
  20. privacy/ [name='privacy']
  21. gallery/ [name='gallery']
  22. reviews/ [name='t-reviews']
  23. newsletter/ [name='newsletter']
  24. search-result/ [name='search-page']
  25. blogs/
  26. api/
  27. api/token/verify [name='token_verify']
  28. api/token/ [name='token_obtain_pair']
  29. api/token/refresh/ [name='token_refresh']
  30. cart/
  31. visa/
  32. tours/
  33. bookings/
  34. hotel/
  35. outbounds/
  36. transfers/
  37. dashboard/
  38. hr/
  39. finance/
  40. __debug__/
  41. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, accounts/register/terms-service.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.