This commit is contained in:
fjrodriguez
2022-12-05 11:20:39 -06:00
parent 43171dd341
commit 3666dd2c51
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
</thead>
<tbody>
{% for obj in lista %}
<tr class="{% if obj.modo=='Normal' %}table-success{% endif %}">
<tr class="{% if obj.modo == 'Normal' %}table-success{% endif %}">
<th scope="row">{{obj.uuid}}</th>
<td>{{obj.rfcp}}</td>
<td>{{obj.tipo}}</td>