Files
ihrm/horilla_views/templates/generic/bulk_form.html
2025-03-11 12:31:51 +05:30

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>