diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index f0856330c..ded56d4cd 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -71,6 +71,7 @@ class ExpedienteMateriaForm(ModelForm): label='Ano Matéria', required=True) data_ordem = forms.CharField( + label='Data Sessão', initial=datetime.now().strftime('%d/%m/%Y'), widget=forms.TextInput(attrs={'readonly': 'readonly'}))