From 0db0aedddf5e1b87d503bd07ef53fe4c6e2f0b6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Fri, 8 Apr 2011 15:52:02 -0400 Subject: [PATCH] fix upload, et debug JS --- project/dae/templates/dae/embauche.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/dae/templates/dae/embauche.html b/project/dae/templates/dae/embauche.html index 1e85b4a..7a0a3ac 100644 --- a/project/dae/templates/dae/embauche.html +++ b/project/dae/templates/dae/embauche.html @@ -35,7 +35,7 @@ {% block main %}

Demandes d'autorisation d'engagement de personnel

-
+ {% if step == 'poste' %}

SECTION 1 - POSTE

@@ -147,7 +147,6 @@ $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' + $('#id_devise').val() + '/' + $('#id_classement').val(), function(data) { - console.log(data); $('#id_salaire').val(data.salaire_devise); }); } -- 1.7.10.4