]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/correccion/templates/entregas.kid
Bugfix: los correctores son DocenteInscripto, no Docente.
[software/sercom.git] / sercom / subcontrollers / correccion / templates / entregas.kid
index 88088698770cd7740c47dbda9b5cccf9f7e4340d..9992e2d3e6faddcada25b121fa2a039e027b4ecc 100644 (file)
@@ -16,6 +16,7 @@
         <th width="5%" title="Correcta?">Ok?</th>
         <th width="25%">Observaciones</th>
         <th width="50%">Comandos Ejecutadas</th>
+        <th width="10%">Operaciones</th>
     </tr>
     <tr py:for="record in records">
         <td><span py:replace="record.fecha">usuario</span></td>
@@ -28,6 +29,9 @@
                                                        <li py:for="i in record.comandos_ejecutados" py:content="i.shortrepr()" />
                                                </ul>
                                </td>
+                               <td>
+                                       <a href="${tg.url('/mis_entregas/get_archivo/%d' % record.id)}">Bajar Archivo</a>
+                               </td>
     </tr>
 </table>
 <br />