fixing method name

This commit is contained in:
David Kennedy 2024-01-17 17:17:16 -05:00
parent 28fa9d2de1
commit 1920086693
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -225,7 +225,7 @@ class DomainAuthorizingOfficialView(DomainFormBaseView):
# Set the domain information in the form so that it can be accessible
# to associate a new Contact as authorizing official, if new Contact is needed
# in the save() method
form.setDomainInfo(self.object.domain_info)
form.set_domain_info(self.object.domain_info)
form.save()
messages.success(self.request, "The authorizing official for this domain has been updated.")