Browse Source

Merge 1cc09f37fd into ee1b73b9c8

pull/896/merge
Rogério Frá 9 years ago
committed by GitHub
parent
commit
a64c6b90e6
  1. 1
      sapl/utils.py

1
sapl/utils.py

@ -303,6 +303,7 @@ UF = [
] ]
RANGE_ANOS = [(year, year) for year in range(date.today().year, 1889, -1)] RANGE_ANOS = [(year, year) for year in range(date.today().year, 1889, -1)]
RANGE_ANOS_COM_EMPTY_LABEL = [('','---------')] + RANGE_ANOS
RANGE_MESES = [ RANGE_MESES = [
(1, 'Janeiro'), (1, 'Janeiro'),

Loading…
Cancel
Save