Added warning message about automatically deleting child inventory items

This commit is contained in:
Jeremy Stretch
2018-01-31 10:25:06 -05:00
parent e0aa2c33e9
commit 8bedfcfc64
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{% extends 'utilities/obj_bulk_delete.html' %}
{% block message_extra %}
<p class="text-center text-danger"><i class="fa fa-warning"></i> This will also delete all child inventory items of those listed.</p>
{% endblock %}