Page not found (404)

Request Method: GET
Request URL: https://observatoiredelafinancedurable.com/en/presentation/upcoming-events/recommandations-n3-du-comit%25C3%25A9-scientifique-et-dexpertise-2022-en/

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/presentation/upcoming-events/recommandations-n3-du-comit%C3%A9-scientifique-et-dexpertise-2022-en/, 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.