Browse Source
Update sapl/utils.py
Co-Authored-By: Cesar Augusto de Carvalho <cesaraugc@gmail.com>
pull/3001/head
Edward
6 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/utils.py
|
|
|
@ -140,7 +140,7 @@ proposicao_modal = ''' |
|
|
|
<div id="modal_proposicao" title="Selecione a data da Proposicao" align="center"> |
|
|
|
<form> |
|
|
|
<input id="q" type="text" placeholder="__/__/____" |
|
|
|
class="dateinput form-control hasDatepicker" maxlength="10" > |
|
|
|
class="form-control hasDatepicker" maxlength="10" > |
|
|
|
<input id="pesquisar-proposicao" type="submit" value="Pesquisar" |
|
|
|
class="btn btn-primary btn-sm"/> |
|
|
|
</form> |
|
|
|
|