Files
ihrm/base/templates/shift_request/allocation_request_update_form.html

5 lines
179 B
HTML

{% load i18n %} {% load static %}
<form hx-post="{% url 'shift-allocation-request-update' form.instance.id %}" hx-target="#shiftRequestModalUpdateBody">
{{form.as_p}}
</form>