From 18abccd5fa0feb547406aee4cd2f6722e4d2e0b9 Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Thu, 13 Oct 2016 12:32:04 -0300 Subject: [PATCH] Corrige frase de mensagem no cadastro de Autor --- 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 1767f44c6..f50bf1514 100644 --- a/sapl/templates/base/autor_form.html +++ b/sapl/templates/base/autor_form.html @@ -55,7 +55,7 @@ $(document).ready(function(){ } if (data.pagination.total_entries > 10) - radios.before(''); + radios.before(''); else if (data.pagination.total_entries == 0) radios.before(''); }