[CHANGE] Using the same FA icon for delete/remove

`<i class="fa-solid fa-trash-can"></i>`
This commit is contained in:
Peter Pfeufer
2023-12-10 13:15:26 +01:00
parent eaedcd5bb7
commit 9a62c729eb
9 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
{# <td>{{ ops.eve_character }}</td>#}
<td class="text-end">
<a href="{% url 'optimer:remove' ops.id %}" class="btn btn-danger">
<i class="fa-solid fa-trash"></i>
<i class="fa-solid fa-trash-can"></i>
</a>
<a href="{% url 'optimer:edit' ops.id %}" class="btn btn-info">