]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/controllers.py
Agrego correcciones
[z.facultad/75.52/sercom.git] / sercom / controllers.py
index 4edbe606e9ef541245839fa87468007672220e37..09219a1a6d1f2298d39096af5510633c8d5e1834 100644 (file)
@@ -93,6 +93,9 @@ class Root(controllers.RootController):
     
     docente_inscripto = DocenteInscriptoController()
 
+    correcion = CorreccionController()
+
+
 #{{{ 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