2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00
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>