]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/subcontrollers/misentregas/templates/list.kid
Agregar fecha a entrega.
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / misentregas / templates / list.kid
index dd48480742fe5349d30f6390c6efea775dde0ca2..8bc947d4286192221b409e7f92a267d9ea5d6164 100644 (file)
@@ -15,7 +15,8 @@
                                <th>Entregador</th>
                                <th>Ejercicio</th>
                                <th><span title="Instancia de Entrega">IE</span></th>
-        <th>Correcta</th>
+        <th>OK?</th>
+        <th>Fecha</th>
         <th>InicioTareas</th>
         <th>FinTareas</th>
         <th>Observaciones</th>
         <td><span py:if="record.entregador" py:replace="record.entregador.shortrepr()">usuario</span></td>
         <td><span py:replace="record.instancia.ejercicio.enunciado.nombre">usuario</span></td>
         <td><span py:replace="record.instancia.shortrepr()">usuario</span></td>
-        <td><span py:replace="record.correcta">fecha asignado</span></td>
-        <td><span py:replace="record.inicio_tareas">fecha corregido</span></td>
-        <td><span py:replace="record.fin_tareas">fecha corregido</span></td>
+        <td><span py:replace="record.exito">fecha asignado</span></td>
+        <td><span py:replace="record.fecha">fecha corregido</span></td>
+        <td><span py:replace="record.inicio">fecha corregido</span></td>
+        <td><span py:replace="record.fin">fecha corregido</span></td>
         <td><span py:replace="record.observaciones">nota</span></td>
                                <td>
-                                       <a href="${tg.url('/mis_entregas/show/%d' % record.id)}">Ver</a>
-                                       <a href="${tg.url('/mis_entregas/show/%d' % record.id)}">Bajar Archivo</a>
+                                       <a href="${tg.url('/mis_entregas/corrida/%d' % record.id)}">Corrida</a>
+                                       <a href="${tg.url('/mis_entregas/get_archivo/%d' % record.id)}">Bajar Archivo</a>
                                </td>
     </tr>
 </table>