mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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 %} |