Page not found (404)

Request Method: GET
Request URL: https://www.ideiberoamerica.com/catedraticos.html

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

  1. admin/
  2. [name='index']
  3. OfertaEducativaInicio [name='OfertaEducativaInicio']
  4. <int:pk>-evento [name='detalle_event']
  5. catedratico-detalle/<int:pk> [name='catedratico']
  6. catedraticos-todos/ [name='catedratico_all_list']
  7. oferta-educativa/ [name='ofert_edu']
  8. oferta-educativa/<int:pk>/<slug:nombre> [name='ofert_edu_detail']
  9. oferta-educativa-select/<int:pk>/ [name='ofert_edu_select']
  10. oferta-educativa-select/cliente/<int:pk> [name='oferta_cliente']
  11. oferta-educativa-select/resumen/ [name='resumen_pay_user']
  12. login/ [name='login']
  13. salir/ [name='salir']
  14. admision/ [name='adminsion']
  15. idtv/ [name='idtv']
  16. idtv/secciones/ [name='idtv_secciones']
  17. idtv/videos/ [name='idtv_videos']
  18. blogs/ [name='blog_list']
  19. blog/<int:pk>detalle/<slug:name> [name='blog_detalle']
  20. noticias/<int:pk>detalle/<slug:name> [name='noticia_detalle']
  21. revista/list [name='revista_list']
  22. revista/<int:pk>/<slug:name>/ [name='link_revista']
  23. revista-list/<int:pk>/volumenes/ [name='volumen_list']
  24. revista/<int:pk>/volumenes/detalle/ [name='volumen_detalle']
  25. contacto [name='contacto']
  26. inscripcion [name='inscripcion']
  27. libros [name='libros_list']
  28. libro/<int:pk>/detalle/ [name='libros_detalle']
  29. link/<int:pk>/<slug:name>/ [name='link_home']
  30. noticias/ [name='noticias']
  31. eventos/ [name='eventos']
  32. evento/<int:pk>/<slug:nombre> [name='eventos_detalle']
  33. evento/suscribete [name='subcribete']
  34. editorial/<int:pk>/<slug:name>/ [name='link_editorial']
  35. panel/
  36. aula/
  37. crm/
  38. lectura/
  39. servicios/
  40. extension-academica/
  41. ^media/(?P<path>.*)$

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