2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-15 17:31:26 +00:00
Files
InvenTree/InvenTree/stock/templates/stock/attachment_delete.html

7 lines
167 B
HTML

{% extends "modal_delete_form.html" %}
{% load i18n %}
{% block pre_form_content %}
{% trans "Are you sure you want to delete this attachment?" %}
<br>
{% endblock %}