403 override functionality

This commit is contained in:
fjrodriguez
2022-12-12 12:09:58 -06:00
parent 7250707862
commit bdaba75870
7 changed files with 109 additions and 18 deletions

View File

@@ -17,7 +17,6 @@
</span>
<br><br>
<table class="table">
<thead>
<tr>
@@ -34,8 +33,8 @@
Fecha
</th>
</tr>
</thead>
<tbody>
</thead>
<tbody>
{% for obj in lista %}
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
<th scope="row">{{obj.uuid}}</th>
@@ -48,6 +47,7 @@
</tbody>
</table>
{% endblock content %}