Page not found (404)

Request Method: GET
Request URL: http://bosquesurbanos.mx/transparencia/inciso/58/contacts.html

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

  1. transparencia/ [name='index']
  2. transparencia/ inciso/<int:inciso_id>/ [name='inciso']
  3. bosques/
  4. licitaciones/
  5. admin/
  6. summernote/
  7. [name='index']
  8. agencia [name='agencia']
  9. organo-interno-de-control [name='organo']
  10. iconos [name='iconos']
  11. servicios [name='servicios']
  12. contacto [name='contacto']
  13. eventos [name='eventos']
  14. bosques_para_siempre [name='bosques_siempre']
  15. voluntariado [name='voluntariado']
  16. servicio-social [name='servicio_social']
  17. ^media/(?P<path>.*)$

The current path, transparencia/inciso/58/contacts.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.