Page not found (404)

Request Method: GET
Request URL: http://nunu.nl/nl/service_nl.html/
Raised by: cms.views.details

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

  1. sitemap.xml
  2. ^filer/
  3. [name='nunu-2']
  4. contact-nl [name='contact']
  5. ^static\/(?P<path>.*)$
  6. nl/ admin/
  7. nl/ ^cms_login/$ [name='cms_login']
  8. nl/ ^cms_wizard/
  9. nl/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  10. nl/ ^$ [name='pages-root']
  11. ^media\/(?P<path>.*)$
  12. ^static\/(?P<path>.*)$

The current path, /nl/service_nl.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.