]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
error de js
authortailor <ndimov@gmail.com>
Thu, 15 Mar 2007 01:31:50 +0000 (01:31 +0000)
committertailor <ndimov@gmail.com>
Thu, 15 Mar 2007 01:31:50 +0000 (01:31 +0000)
* agrego una func vacia en el new para que el firefox no se enoje. :-P

sercom/subcontrollers/ejercicio/templates/new.kid

index 94dcf5ba5cd3ccb47e80b11ede42eaf3d4ee118f..8e28a9cb74143865487387eebb6611fa9798c2a2 100644 (file)
@@ -5,12 +5,15 @@
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
 <title>new</title>
 </head>
+<script type="text/javascript">
+    function select_enunciado() {}
+</script>
 <body>
 
 <h1>Crear Nuevo <span py:replace="name">Objeto</span></h1>
 
 <div id="hint">
-       Buscando registros ...
+    Buscando registros ...
 </div>
 
 <p py:replace="form(action=tg.url('/ejercicio/create'), value=values, submit_text=_('Crear'))">Formulario</p>