This commit is contained in:
Ross
2022-07-05 22:29:44 +01:00
parent 41991f1ebd
commit 74e99d54b1
12 changed files with 210 additions and 70 deletions
+6
View File
@@ -0,0 +1,6 @@
<form class="form" hx-post="{{ target_url }}">
{% csrf_token %}
{{ form }}
<input type="submit" value="Submit">
<button _="on click remove <.form/>">Cancel</button>
</form>