mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 03:51:34 +00:00
10 lines
262 B
HTML
10 lines
262 B
HTML
{% extends "modal_form.html" %}
|
|
|
|
{% block pre_form_content %}
|
|
Confirm that the Bill of Materials (BOM) is valid for:<br><i>{{ part.full_name }}</i>
|
|
|
|
<div class='alert alert-warning alert-block'>
|
|
This will validate each line in the BOM.
|
|
</div>
|
|
|
|
{% endblock %} |