Page not found (404)

Request Method: GET
Request URL: https://www.sargentchile.cl/industrial/contacto/

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

  1. [name='home_corporate']
  2. nosotros/ [name='about_us']
  3. contacto/ [name='contact_us']
  4. contacto/gracias-por-contactarnos/ [name='contact_corporate_thaks_for_contacting_us']
  5. agricola/
  6. campaign/
  7. summernote/
  8. admin/
  9. ^static/(?P<path>.*)$

The current path, industrial/contacto/, 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.