<th>Operaciones</th>
</tr>
<tr py:for="record in records">
- <td><span py:replace="record.curso.shortrepr()">curso</span></td>
+ <td><a href="${tg.url('/curso/show/'+str(record.curso.id))}" py:content="record.curso.shortrepr()">curso</a></td>
<td><span py:replace="record.nombre">nombre</span></td>
<td><a py:if="record.responsable is not None" href="${tg.url('/alumno/show/'+str(record.responsable.alumno.id))}" py:content="record.responsable.alumno.shortrepr()"></a></td>
<td>