InvenTree/InvenTree/templates/modal_csrf.html
2022-05-20 13:35:07 +02:00

4 lines
80 B
HTML

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