InvenTree/InvenTree/templates/modal_csrf.html

4 lines
80 B
HTML

<form method="post" action='' class='js-modal-form'>
{% csrf_token %}
</form>