mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix form title
This commit is contained in:
parent
5f6909d32a
commit
6c7613ba2f
@ -119,6 +119,7 @@ class PartAttachmentDelete(AjaxDeleteView):
|
||||
""" View for deleting a PartAttachment """
|
||||
|
||||
model = PartAttachment
|
||||
ajax_form_title = "Delete Part Attachment"
|
||||
ajax_template_name = "part/attachment_delete.html"
|
||||
context_object_name = "attachment"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user