Page not found (404)

Request Method: GET
Request URL: https://observatoiredelafinancedurable.com/en/datas-en/les-donnees-agregees-par-secteur-de-la-finance-en/soci%C3%A9t%C3%A9s-de-gestion-en/
Raised by: wagtail.views.serve

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

  1. ^admin/autocomplete/
  2. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  3. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  4. robots.txt
  5. django-admin/
  6. admin/
  7. documents/
  8. api/v2/
  9. <str:lang>/faq-search/ [name='faq_search']
  10. <str:lang>/submit-question/ [name='submit_question']
  11. <str:lang>/api/v1/commitments/
  12. accounts/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. test-404/ [name='404']
  16. __debug__/
  17. en/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. en/ _util/login/ [name='wagtailcore_login']
  19. en/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, en/datas-en/les-donnees-agregees-par-secteur-de-la-finance-en/sociétés-de-gestion-en/, 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.