mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
a2c1eda5c0
- e.g. blank form only required to validate POST data
3 lines
79 B
HTML
3 lines
79 B
HTML
<form method="post" action='' class='js-modal-form'>
|
|
{% csrf_token %}
|
|
</form> |