Page not found (404)

Request Method: GET
Request URL: https://matsuevcompetition.com/ru/participants/39/
Raised by: cms.views.details

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

  1. ^uploads/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^sitemap\.xml$
  4. ^jsi18n/(?P<packages>\S+?)/$
  5. ^ru/ ^admin/
  6. ^ru/ ^filebrowser_filer/
  7. ^ru/ ^ ^forms/submit/$ [name='djangocms_forms_submissions']
  8. ^ru/ ^ ^archive//?$ [name='archive']
  9. ^ru/ ^ ^archive/gallery/(?P<pk>\d+)/$ [name='archive-gallery']
  10. ^ru/ ^ ^video//?$ [name='videos_list']
  11. ^ru/ ^ ^photos/(?P<pk>\d+)/$ [name='gallery']
  12. ^ru/ ^ ^photos//?$ [name='gallery_list']
  13. ^ru/ ^ ^news/(?P<pk>\d+)/$ [name='news']
  14. ^ru/ ^ ^news//?$ [name='news_list']
  15. ^ru/ ^ ^cms_wizard/
  16. ^ru/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  17. ^ru/ ^ ^$ [name='pages-root']

The current URL, /ru/participants/39/, 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.