4 lines
197 B
HTML
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> |