Page not found (404)

Request Method: GET
Request URL: http://www.except.nl/contact.html

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

  1. ^i18n/
  2. ^grappelli/
  3. ^tinymcefiles/(?P<path>.*)$
  4. ^tinymce/
  5. ^admin/filebrowser/
  6. ^admin/r/(?P<content_type_id>\d+)/(?P<object_id>.+)/preview/$
  7. ^admin/
  8. ^sitemap\.xml$
  9. ^favicon\.ico$
  10. ^clearcache/$ [name='clearcache']
  11. ^en/
  12. ^static\/(?P<path>.*)$
  13. ^static\/(?P<path>.*)$

The current URL, contact.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.