2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Added a form that only contains csrf tags

- e.g. blank form only required to validate POST data
This commit is contained in:
Oliver
2018-04-30 00:21:13 +10:00
parent 2d35116c79
commit a2c1eda5c0
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<form method="post" action='' class='js-modal-form'>
{% csrf_token %}
</form>