Browse Source
alterando label do botao de receber para recuperar proposicao (#3090)
pull/3095/head
Ricardo Lima Canela
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/materia/forms.py
|
@ -119,7 +119,7 @@ class ReceberProposicaoForm(Form): |
|
|
self.helper.layout = Layout( |
|
|
self.helper.layout = Layout( |
|
|
Fieldset( |
|
|
Fieldset( |
|
|
_('Incorporar Proposição'), row1, |
|
|
_('Incorporar Proposição'), row1, |
|
|
form_actions(label='Buscar Proposição') |
|
|
form_actions(label='Recuperar Proposição') |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
super(ReceberProposicaoForm, self).__init__(*args, **kwargs) |
|
|
super(ReceberProposicaoForm, self).__init__(*args, **kwargs) |
|
|