6 lines
261 B
HTML
6 lines
261 B
HTML
<form class="form" hx-post="{{ target_url }}">
|
|
{% csrf_token %}
|
|
{{ form }}
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
<button _="on click transition <.form/> opacity to 0 then remove <.form/> then remove me">Cancel</button> |