From 675ef157c10f7d1570390441a3c3714b18d7581c Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Mon, 17 Oct 2016 18:42:38 -0200 Subject: [PATCH] =?UTF-8?q?Adequa=20inser=C3=A7=C3=A3o=20dinamica=20de=20r?= =?UTF-8?q?adio=20ao=20crispy-forms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/base/autor_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/base/autor_form.html b/sapl/templates/base/autor_form.html index cee9e5bb9..51bc3c450 100644 --- a/sapl/templates/base/autor_form.html +++ b/sapl/templates/base/autor_form.html @@ -40,7 +40,7 @@ $(document).ready(function(){ if (atualizar) { var radios = $("#div_id_autor_related .controls").html(''); data.results.forEach(function (val, index) { - var html_radio = ''; + var html_radio = '
'; radios.append(html_radio); });