mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Can now successfully edit or delete a purchase-order attachment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "modal_delete_form.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block pre_form_content %}
|
||||
Are you sure you wish to delete this attachment?
|
||||
{% trans "Are you sure you want to delete this attachment?" %}
|
||||
<br>
|
||||
This will remove the file '{{ attachment.basename }}'.
|
||||
{% endblock %}
|
Reference in New Issue
Block a user