@ -21,4 +21,6 @@
Add the update button for a task.
** 0.3.3 <2023-07-21 Fri>
Add the cancel button for a task form.
** 0.3.4 <2023-07-21 Fri>
Add right alignment for buttons in a task item.
@ -13,7 +13,8 @@
<button type="button"
hx-post="{% url 'tasks:task-update' task.id %}"
hx-swap="outerHTML">
hx-swap="outerHTML"
class="ml-auto">
Update
</button>