WIP: Lot groups search/filtering and lot groups panel ui changes #61
10
lot/templates/lot_actions.html
Normal file
10
lot/templates/lot_actions.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% load i18n %}
|
||||
|
||||
<a href="{% url 'lot:edit' record.id %}" class="btn btn-sm btn-outline-primary me-2">
|
||||
<i class="bi bi-pen"></i>
|
||||
{% trans 'Edit' %}
|
||||
</a>
|
||||
<a href="{% url 'lot:delete' record.id %}" class="btn btn-sm btn-outline-danger">
|
||||
<i class="bi bi-trash"></i>
|
||||
{% trans 'Delete' %}
|
||||
</a>
|
Loading…
Reference in a new issue