filter 2 page remove from filter page

This commit is contained in:
fjrodriguez
2022-12-05 09:56:04 -06:00
parent 896e39644f
commit 4604c0894c
9 changed files with 64 additions and 14 deletions

View File

@@ -21,7 +21,9 @@
<div class="container-fluid">
{% include 'sidebar.html' %}
<h1>{% block titlePage %}{% endblock titlePage %}</h1>
{% include 'partials/messages.html' %}
{% block content %}{% endblock content %}
{% include 'paginator.html' %}
</div>