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

5 lines
179 B
HTML
Raw Normal View History

{% load i18n %} {% load static %}
<form hx-post="{% url 'shift-allocation-request-update' form.instance.id %}" hx-target="#shiftRequestModalUpdateBody">
{{form.as_p}}
2024-02-06 17:36:59 +05:30
</form>