From 416a4ab0d76779e1f0007ee455eabde308b209d2 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 6 Feb 2017 14:27:42 -0200 Subject: [PATCH] Fixes #670 --- sapl/sessao/forms.py | 1 + 1 file changed, 1 insertion(+) 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'}))