X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/55e22977ea91eb5ecfef0f88e867d163ff4e2552..d76442c99e5d7de7265d7b27a169a1fec9d2be00:/sercom/controllers.py diff --git a/sercom/controllers.py b/sercom/controllers.py index 3e96564..81f8e81 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -35,7 +35,7 @@ class Root(controllers.RootController): if 'admin' in identity.current.permissions: # TODO : Fijar el curso !! correcciones = Correccion.selectBy(corrector=identity.current.user, - nota=None).count() + corregido=None).count() now = DateTimeCol.now() instancias = list(InstanciaDeEntrega.select( AND(InstanciaDeEntrega.q.inicio <= now, @@ -105,6 +105,8 @@ class Root(controllers.RootController): docente_inscripto = DocenteInscriptoController() + alumno_inscripto = AlumnoInscriptoController() + correccion = CorreccionController()