Add clientes view

This commit is contained in:
fjrodriguez
2022-12-09 12:37:32 -06:00
parent cc339ae64c
commit 48e153108d
5 changed files with 33 additions and 8 deletions

View File

@@ -23,7 +23,10 @@
{% include 'sidebar.html' %}
<h1>{% block titlePage %}{% endblock titlePage %}</h1>
{% include 'partials/messages.html' %}
{% block content %}{% endblock content %}
{% block content %}
{% endblock content %}
{% include 'paginator.html' %}
</div>