2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Single form to delete single or multiple SupplierPart objects

This commit is contained in:
Oliver Walters
2019-09-30 13:28:51 +10:00
parent f49130862e
commit 871b853b9f
8 changed files with 142 additions and 16 deletions

View File

@ -27,11 +27,11 @@
{% csrf_token %}
{% load crispy_forms_tags %}
{% block form_data %}
{% endblock %}
{% crispy form %}
{% block form_data %}
{% endblock %}
</form>
{% endblock %}