changed delete button to icon

This commit is contained in:
Thomas Nahuel Rusiecki 2024-12-03 20:10:21 -03:00
parent 051f8f3356
commit 2cfb892bf7

View file

@ -32,7 +32,7 @@
<td>{{ state_definition.state }}</td>
<td class="text-end">
<button type="button" id="delete-btn" class="btn btn-danger btn-sm" data-bs-toggle="modal" data-bs-target="#deleteStateModal{{ state_definition.id }}">
{% trans "Delete" %}
<i class="bi bi-trash"></i>
</button>
</td>
</tr>