Page not found (404)

No Block matches the given query.
Request Method: GET
Request URL: https://nuevaescuelamexicana.sep.gob.mx/niveles/2/grados/5/materias/12/bloques/77/
Raised by: courses.views.BloqueView

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

  1. admin/
  2. comment/
  3. o/
  4. jet/
  5. api/
  6. api-auth/
  7. api/general/
  8. [name='home']
  9. get/resources-list [name='ajax-resources-list']
  10. search/
  11. busqueda/ [name='busqueda']
  12. niveles/<int:pk>/
  13. niveles/<int:nvl>/grados/<int:grd>/
  14. niveles/<int:nvl>/grados/<int:grd>/materias/<int:mt>/ [name='vista-materia']
  15. niveles/<int:nvl>/grados/<int:grd>/materias/<int:mt>/bloques/<int:blq>/

The current path, niveles/2/grados/5/materias/12/bloques/77/, matched the last one.

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.