tables row succes
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for obj in lista %}
|
||||
<tr class="">
|
||||
<tr class="{% if obj.modo=='Normal' %}table-success{% endif %}">
|
||||
<th scope="row">{{obj.uuid}}</th>
|
||||
<td>{{obj.rfcp}}</td>
|
||||
<td>{{obj.tipo}}</td>
|
||||
|
||||
Reference in New Issue
Block a user