InvenTree/InvenTree/templates/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 %}