]> git.llucax.com Git - software/sercom.git/blob - sercom/subcontrollers/curso/curso_alumno/templates/new.kid
curso: add docentes
[software/sercom.git] / sercom / subcontrollers / curso / curso_alumno / templates / new.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#" py:extends="'../../../../templates/master.kid'">
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
5 <title>new</title>
6 </head>
7 <body>
8
9 <h1>Asignar Nuevo <span py:replace="name">Objeto</span></h1>
10 <p py:replace="form(action=tg.url('/curso_alumno/create'), value=values, submit_text=_('Crear'))">Formulario</p>
11
12 <br/>
13 <a href="${tg.url('/curso/list')}">Cancelar</a>
14
15 </body>
16 </html>