* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
12 lines
143 B
HTML
12 lines
143 B
HTML
|
|
{% load static %}
|
|
<div id="htmxParent">
|
|
|
|
|
|
{% csrf_token %}
|
|
<div id="create-form-container">
|
|
{{form.as_p}}
|
|
</div>
|
|
|
|
</div>
|