]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/controllers.py
Arreglar declaración de campos de formularios.
[software/sercom.git] / sercom / controllers.py
index a69af2e5db25e88ca779e46fbdc6a1cd7ee348b7..aa43c6377254b8eb43e9a8616ae1dd42954e45f4 100644 (file)
@@ -85,6 +85,8 @@ class Root(controllers.RootController):
 
     caso_de_prueba = CasoDePruebaController()
 
 
     caso_de_prueba = CasoDePruebaController()
 
+    curso = CursoController()
+
 #{{{ 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
 #{{{ 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