]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/subcontrollers/ejercicio/templates/list.kid
fix url ver curso
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / ejercicio / templates / list.kid
index 5b19f78cbc8f461fa19e22897980f0145cf5f095..bd7919698859a1b2e7d15d5775aa311b01df0325 100644 (file)
@@ -18,7 +18,7 @@
         <th>Operaciones</th>
     </tr>
     <tr py:for="record in records">
-        <td><a href="${tg.url('/ejercicio/show/%d' % record.id)}"><span py:replace="record.curso.shortrepr()">curso</span></a></td>
+        <td><a href="${tg.url('/curso/show/%d' % record.id)}"><span py:replace="record.curso.shortrepr()">curso</span></a></td>
         <td><span py:replace="record.numero">numero</span></td>
         <td><a py:if="record.enunciadoID is not None"
                 href="${tg.url('/enunciado/show/%d' % record.enunciado.id)}"><span