mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +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 """
|
""" 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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user