|
|
@ -3,24 +3,21 @@ |
|
|
|
{% load crispy_forms_tags %} |
|
|
|
{% block actions %}{% endblock %} |
|
|
|
|
|
|
|
{% block sections_nav %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block detail_content %} |
|
|
|
{% block buttons %} |
|
|
|
{% block buttons %} |
|
|
|
|
|
|
|
{% if filter_url and not filter.form.errors %} |
|
|
|
<div class="actions btn-group float-right" role="group"> |
|
|
|
<a href="{% url 'sapl.sessao:adicionar_varias_materias_expediente' pk_sessao %}" class="btn btn-outline-primary">{% trans 'Fazer nova pesquisa' %}</a> |
|
|
|
</div> |
|
|
|
{% if filter_url and not filter.form.errors %} |
|
|
|
<div class="actions btn-group float-right" role="group"> |
|
|
|
<a href="{% url 'sapl.sessao:adicionar_varias_materias_expediente' pk_sessao %}" class="btn btn-outline-primary">{% trans 'Fazer nova pesquisa' %}</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="actions btn-group float-right" role="group"> |
|
|
|
<a href="{% url 'sapl.sessao:expedientemateria_list' pk_sessao %}" class="btn btn-outline-primary">{% trans 'Matérias do Expediente' %}</a> |
|
|
|
</div> |
|
|
|
<div class="actions btn-group float-right" role="group"> |
|
|
|
<a href="{% url 'sapl.sessao:expedientemateria_list' pk_sessao %}" class="btn btn-outline-primary">{% trans 'Matérias do Expediente' %}</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% if filter.form.errors %} |
|
|
|
{% crispy filter.form %} |
|
|
|