]> git.llucax.com Git - software/sercom.git/commitdiff
muestro el nombre del enunciado
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 4 Mar 2007 17:30:34 +0000 (17:30 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 4 Mar 2007 17:30:34 +0000 (17:30 +0000)
sercom/subcontrollers/correccion/templates/list.kid

index 27aab58241f0d5629a71521831cb4c711c900fdc..265b2ce0222f68591bc20be6c4b8271569bd306d 100644 (file)
@@ -14,6 +14,7 @@
 
 <table class="list">
     <tr>
+                               <th>Ejercicio</th>
                                <th><span title="Instancia de Entrega">IE</span></th>
         <th>Entregador</th>
         <th>Entregas</th>
@@ -24,6 +25,7 @@
                                <th>Operaciones</th>
     </tr>
     <tr py:for="record in records">
+        <td><span py:replace="record.instancia.ejercicio.enunciado.nombre">usuario</span></td>
         <td><span py:replace="record.instancia.shortrepr()">usuario</span></td>
                                <td>
                                        <a py:if="isinstance(record.entregador, Grupo)" href="${tg.url('/grupo/show/%d' % record.entregador.id)}" py:content="record.entregador.shortrepr()">nombre</a>