Fix form title

This commit is contained in:
Oliver Walters 2019-06-27 21:17:33 +10:00
parent 686a61fba9
commit 72486448b8

View File

@ -646,6 +646,8 @@ class BomUpload(AjaxView):
During these steps, data are passed between the server/client as JSON objects. During these steps, data are passed between the server/client as JSON objects.
""" """
ajax_form_title = 'Upload Bill of Materials'
def get_form(self): def get_form(self):
""" Return the correct form for the given step in the upload process """ """ Return the correct form for the given step in the upload process """