Page not found (404)

Request Method: GET
Request URL: https://katz.be/nl/contacteer-ons

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

  1. admin/
  2. [name='home']
  3. vacatures/succes/ [name='applicationSucces']
  4. contact/succes/ [name='contactSucces']
  5. recruitment-direct-search/ [name='recruitement']
  6. assessment-development/ [name='assessment']
  7. vacatures/ [name='vacancies']
  8. privacy/ [name='privacy']
  9. spontane-sollicitatie/ [name='open-application']
  10. vacature/<slug:slug> [name='vacancy']
  11. referenties/ [name='reference']
  12. wie-is-katz/ [name='team']
  13. contacteer-ons/ [name='contact']
  14. summernote/
  15. cookies/

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