{% block main %}
<h1>Demandes d'autorisation d'engagement de personnel</h1>
-<form action="" method="post">
+<form action="" method="post" enctype="multipart/form-data">
{% if step == 'poste' %}
<h2 class="section">SECTION 1 - POSTE</h2>
<fieldset>
$.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
$('#id_devise').val() + '/' + $('#id_classement').val(),
function(data) {
- console.log(data);
$('#id_salaire').val(data.salaire_devise);
});
}