Page not found (404)

No Flash_information matches the given query.
Request Method: GET
Request URL: https://caritasbenin.org/flashinformation/caritas-benin-a-besoin-de-vos-pour-soutenir-les-enfants-demunis/
Raised by: public.views.flashinformation

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

  1. admin/
  2. ^ ^$ [name='index']
  3. ^ ^quisommesnous/$ [name='quisommesnous']
  4. ^ ^historiques/$ [name='historique']
  5. ^ ^missions/$ [name='mission']
  6. ^ ^visions/$ [name='vision']
  7. ^ ^nosvaleurs/$ [name='nosvaleurs']
  8. ^ ^ounoustrouver/$ [name='ounoustrouver']
  9. ^ ^faq/$ [name='faq']
  10. ^ ^ressources/$ [name='documentation']
  11. ^ ^ressources/(?P<slug>[\w-]+)/$ [name='documentation']
  12. ^ ^contacternous/$ [name='contacternous']
  13. ^ ^galerie/$ [name='galerie']
  14. ^ ^galerie/albums/$ [name='albums']
  15. ^ ^galerie/(?P<slug>[\w-]+)/photos/$ [name='photos']
  16. ^ ^galerie/videos/$ [name='videos']
  17. ^ ^galerie/audios/$ [name='audios']
  18. ^ ^actualites/$ [name='actualites']
  19. ^ ^flashinformation/(?P<slug>[\w-]+)/$ [name='flashinformation']

The current path, flashinformation/caritas-benin-a-besoin-de-vos-pour-soutenir-les-enfants-demunis/, 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.