mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Fix form title
This commit is contained in:
@ -119,6 +119,7 @@ class PartAttachmentDelete(AjaxDeleteView):
|
|||||||
""" View for deleting a PartAttachment """
|
""" View for deleting a PartAttachment """
|
||||||
|
|
||||||
model = PartAttachment
|
model = PartAttachment
|
||||||
|
ajax_form_title = "Delete Part Attachment"
|
||||||
ajax_template_name = "part/attachment_delete.html"
|
ajax_template_name = "part/attachment_delete.html"
|
||||||
context_object_name = "attachment"
|
context_object_name = "attachment"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user