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
|
|
|
@ -139,7 +139,7 @@ autor_modal = ''' |
|
|
|
proposicao_modal = ''' |
|
|
|
<div id="modal_proposicao" title="Selecione a data da Proposicao" align="center"> |
|
|
|
<form> |
|
|
|
<input id="q" type="text" placeholder="__/__/____" |
|
|
|
<input id="q" type="date" placeholder="__/__/____" |
|
|
|
class="form-control hasDatepicker" maxlength="10" > |
|
|
|
<input id="pesquisar-proposicao" type="submit" value="Pesquisar" |
|
|
|
class="btn btn-primary btn-sm"/> |
|
|
|
|