]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/curso/ejercicio/templates/list.kid
Degrade de colores para las entregas.
[software/sercom.git] / sercom / subcontrollers / curso / ejercicio / templates / list.kid
index 1cdb173d6c397e87af698e59548d2ecc042066c9..7c02354c930917556e22afeb34e2694a4dde13ea 100644 (file)
@@ -8,11 +8,11 @@
 </head>
 <body>
 
-<h1>Administración de <span py:replace="namepl">Objetos</span></h1>
+<h1><span py:replace="namepl.capitalize()">Objetos</span> del curso <span py:replace="curso.shortrepr()" /></h1>
 
 <table class="list">
     <tr>
-        <th>Numero</th>
+        <th>Número</th>
         <th>Enunciado</th>
         <th>Es Grupal?</th>
         <th>Operaciones</th>