X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/875c6cd6901bd62d1242f180b88d9829000bb606..2c23a167e6fa9631558959fed1120596cb48c07e:/sercom/controllers.py diff --git a/sercom/controllers.py b/sercom/controllers.py index b1e8ed1..888970b 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -89,6 +89,8 @@ class Root(controllers.RootController): curso = CursoController() + docente_inscripto = DocenteInscripto() + #{{{ Agrega summarize a namespace tg de KID def summarize(text, size, concat=True, continuation='...'): """Summarize a string if it's length is greater than a specified size. This