X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/c5e6579e46589c8af4175e16283337bc0ac75df6..9fb3648059d399e2a3e3ff2730774b109c76aba6:/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