Files
ihrm/horilla_views/templates/generic/bulk_form.html
2024-08-28 12:01:40 +05:30

4 lines
197 B
HTML

<form hx-post="/{{post_bulk_path}}?{{request.GET.urlencode}}" method="post" hx-swap="outerHTML" hx-encoding="multipart/form-data">
{% csrf_token %}
{% include "generic/form.html" %}
</form>