Browse Source

Update sapl/templates/parlamentares/mandato_form.html

Co-Authored-By: Edward <9326037+edwardoliveira@users.noreply.github.com>
pull/3118/head
João Rodrigues 6 years ago
committed by GitHub
parent
commit
44670eed75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      sapl/templates/parlamentares/mandato_form.html

4
sapl/templates/parlamentares/mandato_form.html

@ -18,7 +18,7 @@
function(data){
lista_coligacoes = data['coligacoes'];
$('#id_coligacao').append('<option value=""' + '---------' + '</option>');
$('#id_coligacao').append('<option value="---------"</option>');
for (i=0; i<lista_coligacoes.length; i++){
$('#id_coligacao').append('<option value="' + lista_coligacoes[i][0] + '">' + lista_coligacoes[i][1] + '</option>');
@ -38,4 +38,4 @@
}
);
</script>
{% endblock %}
{% endblock %}

Loading…
Cancel
Save