index added changes

This commit is contained in:
2022-12-12 15:18:51 +00:00
parent cc8e08eedf
commit 7250707862
2 changed files with 83 additions and 82 deletions

View File

@@ -8,7 +8,7 @@ Timbres disponibles Comercio Digital: {{saldo}}
{% endblock titlePage %} {% endblock titlePage %}
{% block content %} {% block content %}
<div class="table-responsive-sm">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@@ -137,6 +137,7 @@ Timbres disponibles Comercio Digital: {{saldo}}
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
<div id='id_filters' style="display: none;">{% for i,v in filters.items %}&{{i}}={{v}}{% endfor%}</div> <div id='id_filters' style="display: none;">{% for i,v in filters.items %}&{{i}}={{v}}{% endfor%}</div>
<!-- Modal --> <!-- Modal -->

View File

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