Browse Source

fix #2421 (#2426)

pull/2427/head
Victor Fabre 6 years ago
committed by Edward
parent
commit
62de214057
  1. 3
      sapl/materia/forms.py

3
sapl/materia/forms.py

@ -127,6 +127,9 @@ class MateriaSimplificadaForm(ModelForm):
'numero_protocolo', 'regime_tramitacao',
'em_tramitacao', 'ementa', 'tipo_apresentacao',
'texto_original']
widgets = {
'numero_protocolo': forms.TextInput(attrs={'readonly': True}),
}
def __init__(self, *args, **kwargs):

Loading…
Cancel
Save