2
0
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:
Oliver Walters
2019-06-18 23:56:00 +10:00
parent b4833fbb7d
commit c0e66dd9a0
3 changed files with 33 additions and 31 deletions

View File

@ -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>