2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 21:16:46 +00:00
InvenTree/InvenTree/templates/modal_csrf.html
Oliver a2c1eda5c0 Added a form that only contains csrf tags
- e.g. blank form only required to validate POST data
2018-04-30 00:21:13 +10:00

3 lines
79 B
HTML

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