X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/c5e6579e46589c8af4175e16283337bc0ac75df6..ee389b0faef38a9153c3f6dfeb6f0c3a13f50f74:/sercom/controllers.py?ds=inline diff --git a/sercom/controllers.py b/sercom/controllers.py index fe303b8..160d207 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -130,6 +130,8 @@ class Root(controllers.RootController): mis_entregas = MisEntregasController() + mis_correcciones = MisCorreccionesController() + #{{{ 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