mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add views / models / etc etc to support StockItem attachment
This commit is contained in:
7
InvenTree/templates/attachment_delete.html
Normal file
7
InvenTree/templates/attachment_delete.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "modal_delete_form.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block pre_form_content %}
|
||||
{% trans "Are you sure you want to delete this attachment?" %}
|
||||
<br>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user