]> git.llucax.com Git - software/sercom-old.git/commitdiff
Se agrega un link a los fuentes hecho por gonza.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 4 Apr 2005 03:50:02 +0000 (03:50 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 4 Apr 2005 03:50:02 +0000 (03:50 +0000)
src/sc_suwi

index cea388603184e5dfe948af4904a2a19a8136a929..caf000ecb34b0a35484f2f3399eab2b6ca30ebf7 100755 (executable)
@@ -188,6 +188,11 @@ def pruebas(req, intento_id, inscripto_id=None):
         r = '</table>\n<p>\n'
         r += form(req, 'Volver', input_entrega(req, i.entrega.id)
             + input_inscripto(req, inscripto_id))
+        #XXX Hack feo y muy hardcodeado para ver los fuentes (morirá con suwi)
+        r += '<a href="/intentos/%s.%s/%s.%s.%s/%s.%s/">ver fuentes</a></p>' \
+            % (i.inscripto.curso.anio, i.inscripto.curso.cuatrimestre,
+            i.inscripto.curso.curso, i.entrega.nroEjercicio, i.entrega.entrega,
+            i.inscripto.padron, i.numero)
         r += '</p>\n'
         return r
     def row(p):