Page not found (404)

Request Method: GET
Request URL: http://sr9.org/en/news/%D1%84%D0%BA-%D0%BB%D0%BE%D0%BA%D0%BE%D0%BC%D0%BE%D1%82%D0%B8%D0%B2-%D0%BC%D0%BE%D1%81%D0%BA%D0%B2%D0%B0/

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

  1. admin/
  2. policy
  3. js/book-camp
  4. js/send-feedback
  5. rosetta/
  6. en/ news [name='news']
  7. en/ news/<slug:slug> [name='post']
  8. en/ thanks [name='thanks']
  9. en/ [name='index']
  10. en/ training-camps [name='camps_all']
  11. en/ training-camps/<slug:slug> [name='camps']
  12. en/ training-camp/<slug:slug> [name='camp']
  13. en/ events [name='our_events']
  14. en/ event/<slug:slug> [name='event']
  15. en/ contacts [name='contacts']
  16. en/ organization [name='orgs']
  17. en/ organization/<slug:slug> [name='org']
  18. en/ media [name='media']
  19. en/ media/<slug:slug> [name='media-of']
  20. en/ 404 [name='error404']
  21. en/ references [name='references']
  22. en/ about-us [name='about_us']
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, en/news/фк-локомотив-москва/, 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.