Page not found (404)

Request Method: GET
Request URL: http://anons.uz/ru/videoreport/5/advertising.html

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

  1. social-auth/
  2. logout/ [name='logout']
  3. lang/ [name='lang']
  4. sitemap.xml
  5. ru/ ckeditor/
  6. ru/ jet/
  7. ru/ events/
  8. ru/ news/
  9. ru/ reports/
  10. ru/ places/
  11. ru/ digests/
  12. ru/ videoreport/ [name='videoreport_list']
  13. ru/ videoreport/ ajax/loadmore/all/<start> [name='load_more_videoreport']
  14. ru/ videoreport/ category/<int:id>/ [name='videoreport_category']
  15. ru/ videoreport/ category/<int:id>/ajax/loadmore/<start>/ [name='load_more_category']
  16. ru/ videoreport/ add_comment/ [name='add_comment_videoreport']
  17. ru/ videoreport/ comment_like/<int:id>/ [name='comment_like_videoreport']
  18. ru/ videoreport/ comment_dislike/<int:id>/ [name='comment_dislike_videoreport']
  19. ru/ videoreport/ add_comment_block/<int:id>/ [name='add_comment_videoreport_block']
  20. ru/ videoreport/ comment_filter/<int:id>/<str:slug>/ [name='comment_filter_videoreport']
  21. ru/ videoreport/ <int:pk>/ [name='videoreport_by_id']
  22. ru/ videoreport/ <slug:slug>/ [name='videoreport_by_id']
  23. ru/ new/
  24. ru/ place/
  25. ru/ [name='main_page']
  26. ru/ search/<slug> [name='search_view']
  27. ru/ advertising/ [name='advertising']
  28. ru/ send/ [name='send_message']
  29. ru/ about/ [name='about']
  30. ru/ partners/ [name='partners']
  31. ru/ policy/ [name='policy']
  32. ru/ privacy/ [name='privacy']
  33. ru/ tag/<int:id> [name='tag_view']
  34. ru/ ajax/events/<str:slug>/ [name='event_by_day']
  35. ru/ ajax/places/<str:slug>/ [name='places_ajax']
  36. ru/ ajax/digests/<str:slug>/ [name='digests_ajax']
  37. ru/ ajax/news/<str:slug>/ [name='news_alias']
  38. ru/ ajax/loadmore/<str:slug>/<start> [name='load_more_news']
  39. ru/ tag/ajax/loadmore/<id>/<start>
  40. ru/ search/ajax/loadmore/<str:slug>/<start>
  41. ru/ googlea2e0fa0bfbc26f84.html/
  42. ru/ rss/
  43. ru/ admin/
  44. ^media/(?P<path>.*)$
  45. ^media/(?P<path>.*)$

The current path, ru/videoreport/5/advertising.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.