Page not found (404)

Request Method: GET
Request URL: https://observatoiredelafinancedurable.com/fr/ressources/la-methodologie/soci%25C3%25A9t%25C3%25A9s-de-gestion/

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. fr/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. fr/ _util/login/ [name='wagtailcore_login']
  19. fr/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, fr/ressources/la-methodologie/soci%C3%A9t%C3%A9s-de-gestion/, 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.