Page not found (404)

Request Method: GET
Request URL: http://gitedulacst-prime.com/fr/contactez-nous/index.html/

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

  1. ^fr/ ^sendemail/$ [name='sendemail']
  2. ^fr/ ^admin/
  3. ^fr/ ^forms/
  4. ^fr/ ^ ^chambres/(?P<slug>.+)/ [name='detail']
  5. ^fr/ ^ ^chambres/$ [name='liste']
  6. ^fr/ ^ ^photos/$ [name='liste']
  7. ^fr/ ^ ^activites-touristiques/$ [name='liste']
  8. ^fr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  9. ^fr/ ^ ^$ [name='pages-root']
  10. ^media\/(?P<path>.*)$

The current URL, fr/contactez-nous/index.html/, 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.