X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/c5e6579e46589c8af4175e16283337bc0ac75df6..602f660e58e19ce4529aa0b0a0342adbd61ee6aa:/sercom/controllers.py 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