missing actions file
This commit is contained in:
parent
d08c2f5ce3
commit
3a03fdcb3b
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