mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Fix deletion form for BuildItem
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
{% extends "modal_delete_form.html" %}
|
||||
|
||||
{% block pre_form_content %}
|
||||
Are you sure you want to unallocate these parts?
|
||||
<br>
|
||||
This will remove {{ item.quantity }} parts from build '{{ item.build.title }}'.
|
||||
This will remove {{ item.quantity }} parts from build '{{ item.build.title }}'.
|
||||
{% endblock %}
|
Reference in New Issue
Block a user