]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/curso/ejercicio/templates/list.kid
Permitir pasar el el archivo de configuración por línea de comandos al tester.
[software/sercom.git] / sercom / subcontrollers / curso / ejercicio / templates / list.kid
index 31fcf3f5e8ad6e13f3d9d8a3a6c850b23c5f0248..5af9f290e5184a0580610482cf4f352a36352f5b 100644 (file)
@@ -8,11 +8,11 @@
 </head>
 <body>
 
-       <h1>Administración de <span py:replace="namepl">Objetos</span> Curso <span py:replace="curso.shortrepr()" /></h1>
+<h1><span py:replace="namepl.capitalize()">Objetos</span> del curso <span py:replace="curso.shortrepr()" /></h1>
 
 <table class="list">
     <tr>
-        <th>Numero</th>
+        <th>Número</th>
         <th>Enunciado</th>
         <th>Es Grupal?</th>
         <th>Operaciones</th>
@@ -32,7 +32,7 @@
 </table>
 
 <br/>
-<a py:if="'admin' in identity.current.permissions" href="${tg.url('/curso/ejercicio/new/%s' % curso)}">Agregar</a>
+<a py:if="'admin' in identity.current.permissions" href="${tg.url('/curso/ejercicio/new/%s' % curso.id)}">Agregar</a>
 | <a href="${tg.url('/curso')}">Volver a Cursos</a>
 
 <div py:for="page in tg.paginate.pages">