Page not found (404)

Request Method: GET
Request URL: https://www.coltines.com/fr/gite_10.htm/
Raised by: cms.views.details

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

  1. sitemap.xml
  2. captcha/
  3. google<slug:gverif_code>.html
  4. robots.txt
  5. statistics/content/ [name='statistics-content']
  6. statistics/ [name='statistics']
  7. fr/ admin/
  8. fr/ ^cms_login/$ [name='cms_login']
  9. fr/ ^cms_wizard/
  10. fr/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  11. fr/ ^$ [name='pages-root']
  12. ^media/(?P<path>.*)$
  13. ^static/(?P<path>.*)$

The current path, /fr/gite_10.htm/, 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.