Page not found (404)

Request Method: GET
Request URL: https://www.kinkorn.com/en/project/www.potteau.com/

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

  1. documents/
  2. admin/rosetta/
  3. ^static\/(?P<path>.*)$
  4. ^media\/(?P<path>.*)$
  5. ^([a-z0-9-]+\.[a-z]{2,11})$
  6. admin/
  7. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  8. ^_util/login/$ [name='wagtailcore_login']
  9. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/project/www.potteau.com/, 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.