Fix form title

This commit is contained in:
Oliver Walters 2019-05-04 01:03:43 +10:00
parent 5f6909d32a
commit 6c7613ba2f

View File

@ -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"