Page not found (404)

Request Method: GET
Request URL: https://hereditasabogados.com/contactosantander/

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

  1. admin/
  2. [name='home']
  3. nuestra-ideas [name='somos']
  4. gestion-de-herencias [name='gestion']
  5. gestion-de-empresas [name='company']
  6. servicios [name='legal']
  7. trabaja-con-nosotros [name='work']
  8. politica-cookies [name='cookies']
  9. politica-privacidad [name='privacy']
  10. aviso-legal [name='legal_warning']
  11. donde-estamos [name='where']
  12. donde-estamos/<slug:slug>/<int:id> [name='where_detail']
  13. ^static\/(?P<path>.*)$
  14. ^static\/(?P<path>.*)$
  15. ^media\/(?P<path>.*)$
  16. summernote/

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