|
@ -5,7 +5,7 @@ |
|
|
<fieldset class="form-group"> |
|
|
<fieldset class="form-group"> |
|
|
<legend>Selecione o Período</legend> |
|
|
<legend>Selecione o Período</legend> |
|
|
<form method="GET"> |
|
|
<form method="GET"> |
|
|
<select name="periodo" class="form-control" onChange="form.submit();"> |
|
|
<select name="pk" class="form-control" onChange="form.submit();"> |
|
|
{% for l in legislaturas %} |
|
|
{% for l in legislaturas %} |
|
|
<option value="{{l.id}}" {% if l.id == legislatura_id %} selected {% endif %}> |
|
|
<option value="{{l.id}}" {% if l.id == legislatura_id %} selected {% endif %}> |
|
|
{{l}} |
|
|
{{l}} |
|
|