Add the task form.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% load tailwind_filters %}
|
||||
|
||||
<div hx-target="this" hx-swap="outerHTML">
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
{{ task_form|crispy }}
|
||||
<button type="submit" hx-post=".">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user