Files
ihrm/base/templates/shift_request/request_form.html
Ashwanth Balakrishnan 58be33a8d7 Added Pre-Commit Hooks (#175)
* Added pre commit hook

* Run pre commit hook on all files

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30

12 lines
143 B
HTML

{% load static %}
<div id="htmxParent">
{% csrf_token %}
<div id="create-form-container">
{{form.as_p}}
</div>
</div>