From 0d956c206747f5f1bc06ba407c0aad73d70f0ec8 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 2 Sep 2016 15:58:45 -0300 Subject: [PATCH] =?UTF-8?q?Muda=20label=20do=20campo=20per=C3=ADodo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/base/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/base/forms.py b/sapl/base/forms.py index 0c11a7a63..fc37bbc3d 100644 --- a/sapl/base/forms.py +++ b/sapl/base/forms.py @@ -55,7 +55,7 @@ class RelatorioPresencaSessaoFilterSet(django_filters.FilterSet): super(RelatorioPresencaSessaoFilterSet, self).__init__( *args, **kwargs) - self.filters['data_inicio'].label = 'PerĂ­odo' + self.filters['data_inicio'].label = 'PerĂ­odo (Inicial - Final)' row1 = to_row([('data_inicio', 12)])