Page not found (404)

Request Method: GET
Request URL: http://nonpareil.be/fr//sur-mesure/transformation-de-la-verriere-de-la-condition-publ/
Raised by: cms.views.details

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

  1. ^sitemap\.xml$
  2. ^fr/ ^$ [name='index']
  3. ^fr/ ^admin/
  4. ^fr/ ^actualites/
  5. ^fr/ ^shop/
  6. ^fr/ ^sur-mesure/
  7. ^fr/ ^ ^actualites/$ [name='news-list']
  8. ^fr/ ^ ^actualites/(?P<slug>[-\w]+)/$ [name='news-blabla']
  9. ^fr/ ^ ^cms_login/$ [name='cms_login']
  10. ^fr/ ^ ^cms_wizard/
  11. ^fr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  12. ^fr/ ^ ^$ [name='pages-root']
  13. ^fr/ ^paypal/
  14. ^media\/(?P<path>.*)$

The current path, /fr//sur-mesure/transformation-de-la-verriere-de-la-condition-publ/, 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.