From 353769f7dd5405043ffbf5bcee42765414c50f1a Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Mon, 17 Oct 2016 18:44:18 -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 12eaf104b..7df595493 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.models.forEach(function (val, index) { - var html_radio = ''; + var html_radio = '
'; radios.append(html_radio); });