|
|
@ -1,8 +1,8 @@ |
|
|
|
{% extends "crud/list.html" %} |
|
|
|
{% load i18n %} |
|
|
|
{% load crispy_forms_tags cropping%} |
|
|
|
|
|
|
|
{% block actions %} |
|
|
|
{{ block.super }} |
|
|
|
<div class="actions btn-group float-right btn-group-lg" role="group"> |
|
|
|
{% if view.create_url %} |
|
|
|
<a href="{% url 'sapl.parlamentares:lista_parlamentares' %}" class="btn btn-outline-primary"> |
|
|
@ -15,6 +15,7 @@ |
|
|
|
<a href="{% url 'sapl.parlamentares:pesquisar_parlamentar' %}" class="btn btn-outline-primary">Pesquisar Parlamentares</a> |
|
|
|
</div> |
|
|
|
{% endblock actions %} |
|
|
|
|
|
|
|
{% block extra_content %} |
|
|
|
<fieldset class="form-group"> |
|
|
|
<legend>Selecione o Período</legend> |
|
|
|