]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/grupo/templates/show.kid
solo muestro miembros activos
[software/sercom.git] / sercom / subcontrollers / grupo / templates / show.kid
index d0074efb801eed3031ccf3b54bbda3f8aaa1a9e5..6bacb0a936460301d81d240fb8c2dab09fd2286b 100644 (file)
@@ -33,7 +33,7 @@
         <th>Integrantes:</th>
                                <td>
                                        <span py:for="a in record.miembros">
-                                               <span py:replace="a.alumno.shortrepr()" />
+                                               <a href="${tg.url('/alumno_inscripto/show/%d' % a.alumno.id)}" py:content="a.alumno.shortrepr()" />
                                                <br />
                                        </span>         
                                </td>