mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 22:38:49 +00:00
7 lines
167 B
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 %} |