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>