Page not found (404)

Request Method: GET
Request URL: https://www.mediasabak.org/ru/training/lessons/detail/22

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

  1. jet/
  2. admin/
  3. ckeditor/
  4. accounts/
  5. ru/ [name='index']
  6. ru/ library/ [name='library']
  7. ru/ about/us/
  8. ru/ feedback/create/ [name='feedback_create']
  9. ru/ confidentiality/ [name='confidentiality']
  10. ru/ events/
  11. ru/ promocodes/
  12. ru/ projects/
  13. ru/ coins/
  14. ru/ news/
  15. ru/ games/
  16. ru/ education/
  17. ru/ users/
  18. ru/ templates/
  19. ru/ account-confirm-email/<key>/ [name='account_confirm_email']
  20. ru/ account-confirm-email/ [name='account_email_verification_sent']
  21. ru/ password_reset/ [name='password_reset']
  22. ru/ password_reset/done/ [name='password_reset_done']
  23. ru/ ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  24. ru/ reset/done/ [name='password_reset_complete']
  25. rosetta
  26. ^static/(?P<path>.*)$
  27. ^media/(?P<path>.*)$

The current path, ru/training/lessons/detail/22, 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.