Browse Source

Muda label do campo período

pull/568/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
0d956c2067
  1. 2
      sapl/base/forms.py

2
sapl/base/forms.py

@ -55,7 +55,7 @@ class RelatorioPresencaSessaoFilterSet(django_filters.FilterSet):
super(RelatorioPresencaSessaoFilterSet, self).__init__( super(RelatorioPresencaSessaoFilterSet, self).__init__(
*args, **kwargs) *args, **kwargs)
self.filters['data_inicio'].label = 'Período' self.filters['data_inicio'].label = 'Período (Inicial - Final)'
row1 = to_row([('data_inicio', 12)]) row1 = to_row([('data_inicio', 12)])

Loading…
Cancel
Save