2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Files
InvenTree/InvenTree/templates/modal_csrf.html
Matthias Mair 74726f0fda fix endline
2022-05-20 13:35:07 +02:00

4 lines
80 B
HTML

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