Page not found (404)

Request Method: GET
Request URL: https://www.moscowprivatetours.com/ru/tours/radissontour/

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

  1. admin/
  2. reports/
  3. django_plotly_dash/
  4. ru/ [name='index']
  5. ru/ blog/ [name='blog']
  6. ru/ blog/<slug:slug> [name='post']
  7. ru/ guides/<slug:slug> [name='guide']
  8. ru/ tours/ [name='tours']
  9. ru/ tours/<slug:slug> [name='tour']
  10. ru/ aboutus [name='about']
  11. ru/ transfers [name='transfers']
  12. ru/ moscow-travel-tips [name='traveltips']
  13. ru/ visa-to-russia [name='visa']
  14. ru/ hotels [name='hotels']
  15. ru/ privacy-policy [name='privacy']
  16. ru/ ^static/(?P<path>.*)$
  17. ru/ contacts [name='contacts']
  18. ru/ booking [name='booking']
  19. ru/ booking_confirmation [name='booking-confirmation']
  20. ru/ ^static/(?P<path>.*)$
  21. ru/ check_rate_and_duration/ [name='check-rate-duration']
  22. ru/ show_rate_includes/ [name='show-rate-includes']
  23. ru/ show_start_time/ [name='show-start-time']
  24. ru/ show_guides/ [name='show-guides']
  25. ru/ itinerary [name='generate_pdf']
  26. ru/ ^static/(?P<path>.*)$

The current path, ru/tours/radissontour/, 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.