6 lines
274 B
HTML
6 lines
274 B
HTML
<form hx-post="/{{post_bulk_path}}?{{request.GET.urlencode}}" method="post" hx-swap="outerHTML" hx-encoding="multipart/form-data">
|
|
<input type="hidden" name="instance_ids" value="{{instance_ids|safe}}">
|
|
{% csrf_token %}
|
|
{% include "generic/form.html" %}
|
|
</form>
|