Browse Source

Remove paginação na tela de pesquisa

pull/691/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
ec3217908f
  1. 14
      sapl/templates/materia/materialegislativa_filter.html

14
sapl/templates/materia/materialegislativa_filter.html

@ -18,13 +18,12 @@
{% block sections_nav %} {% block sections_nav %}
{% endblock %} {% endblock %}
{% block detail_content %} {% block base_content %}
{% if not filter_url %} {% if not filter_url %}
{% crispy filter.form %} {% crispy filter.form %}
{% endif %} {% endif %}
<p></p>
{% if filter_url %} {% if filter_url %}
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<thead class="thead-default"> <thead class="thead-default">
@ -58,16 +57,9 @@
</tr> </tr>
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr><td><h3>Nenhuma matéria encontrada com essas especificações</h3></tr>
<td>
<h3>Nenhuma matéria encontrada com essas especificações</h3>
</tr>
{% endif %} {% endif %}
</table> </table>
{% include "paginacao.html" %} {% include "paginacao.html" %}
{% endif %} {% endif %}
{% endblock base_content %}
{% endblock detail_content %}

Loading…
Cancel
Save