Page not found (404)

Request Method: GET
Request URL: https://deti-travel.ru/camps/region/1305.html
Raised by: wagtail.core.views.serve

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

  1. ^django-admin/
  2. ^martor/
  3. ^admin/
  4. ^documents/
  5. ^api/
  6. ^api/forms/(?P<form>[\w-]+)/
  7. oauth/yandex/return$
  8. oauth/google/return$
  9. ^media/\.thumb/
  10. ^telegram-bot-webhook/
  11. ^r/(?P<path>[\w\.\-/]*)$
  12. ^region/(?P<path>[\w\.\-/]*)$
  13. ^st/(?P<path>[\w\.\-/]*)$
  14. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  15. _util/login/ [name='wagtailcore_login']
  16. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  17. ^([\w\.\-/]*)$ [name='wagtail_serve_alt']

The current path, camps/region/1305.html, matched the last one.

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.