Page not found (404)

Request Method: GET
Request URL: http://russkurs.ru/theme/%25D0%25A1%25D0%25BF%25D0%25BE%25D1%2580%25D1%2582%25D0%25B8%25D0%25B2%25D0%25BD%25D1%258B%25D0%25B5%2520%25D1%2580%25D0%25B8%25D1%2581%25D1%2582%25D0%25B0%25D0%25BB%25D0%25B8%25D1%2589%25D0%25B0/

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

  1. ^siteadmin/
  2. ^accounts/login/$ [name='login']
  3. ^ckeditor/
  4. ^$ [name='main']
  5. ^search/$ [name='search']
  6. ^articles/$ [name='article']
  7. ^name/(?P<name>[А-Яа-яA-Za-z0-9-()ё ]+)/$ [name='name']
  8. ^post/(?P<slug>[-\w]+)/$ [name='post_detail']
  9. ^theme/(?P<theme>[А-Яа-яA-Za-z0-9- ]+)/$ [name='theme']
  10. ^video/$ [name='video']
  11. ^audio/$ [name='audio']
  12. ^authors/$ [name='authors']
  13. ^questions/$ [name='questions']
  14. ^author-posts/(?P<pk>\d+)/$ [name='author_posts']
  15. ^about/(?P<slug>[-\w]+)/$ [name='about']
  16. ^contact/$ [name='contact']
  17. ^subscribe/$ [name='subscribe']
  18. ^comment/$ [name='comment']
  19. ^ajax_likes/$ [name='ajax_likes']
  20. ^logout/$ [name='logout_view']
  21. ^comment_question_list/$ [name='comment_question_list']
  22. ^comment/(?P<pk>\d+)/comment_remove/$ [name='comment_remove']
  23. ^comment/(?P<pk>\d+)/(?P<slug>[-\w]+)/comment_remove_inpost/$ [name='comment_remove_inpost']
  24. ^comment/(?P<pk>\d+)/comment_approve/$ [name='comment_approve']
  25. ^question/(?P<pk>\d+)/question_remove/$ [name='question_remove']
  26. ^question/(?P<pk>\d+)/question_remove_inpost/$ [name='question_remove_inpost']
  27. ^answer/(?P<pk>\d+)/$ [name='add_answer']
  28. ^name_theme_list/$ [name='name_theme_list']
  29. ^name/(?P<pk>\d+)/name_remove/$ [name='name_remove']
  30. ^name/name_save/$ [name='name_save']
  31. ^theme/(?P<pk>\d+)/theme_remove/$ [name='theme_remove']
  32. ^theme/theme_save/$ [name='theme_save']
  33. ^add_post/$ [name='add_post']
  34. ^post/(?P<slug>[-\w]+)/remove/$ [name='post_remove']
  35. ^post/(?P<slug>[-\w]+)/edit/$ [name='post_edit']
  36. ^add_audio/(?P<slug>[-\w]+)/add/$ [name='add_audio']
  37. ^audio_remove/(?P<pk>[0-9]+)/(?P<slug>[-\w]+)/$ [name='audio_remove']
  38. ^delivery/$ [name='delivery']
  39. ^delivery/(?P<pk>\d+)/mail_remove/$ [name='mail_remove']
  40. ^delivery/(?P<pk>\d+)/mail_approve/$ [name='mail_approve']
  41. ^add_author/$ [name='add_author']
  42. ^author/(?P<pk>\d+)/author_remove/$ [name='author_remove']
  43. ^author/(?P<pk>[0-9]+)/edit/$ [name='author_edit']
  44. ^sitemap.xml$
  45. ^sitemap-(?P<section>.+).xml$ [name='django.contrib.sitemaps.views.sitemap']
  46. ^robots.txt$
  47. ^__debug__/
  48. ^media\/(?P<path>.*)$

The current path, theme/%D0%A1%D0%BF%D0%BE%D1%80%D1%82%D0%B8%D0%B2%D0%BD%D1%8B%D0%B5%20%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%89%D0%B0/, 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.