mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Added pretty buttons to stock item page
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
|
||||
{% block pre_form_content %}
|
||||
|
||||
Are you sure you want to delete part '{{ part.full_name }}'?
|
||||
<div class='alert alert-block alert-danger'>
|
||||
Are you sure you want to delete part '<b>{{ part.full_name }}</b>'?
|
||||
</div>
|
||||
|
||||
{% if part.used_in_count %}
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user