mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 15:05:14 +02:00
fixing method name
This commit is contained in:
parent
28fa9d2de1
commit
1920086693
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class DomainAuthorizingOfficialView(DomainFormBaseView):
|
||||||
# Set the domain information in the form so that it can be accessible
|
# 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
|
# to associate a new Contact as authorizing official, if new Contact is needed
|
||||||
# in the save() method
|
# in the save() method
|
||||||
form.setDomainInfo(self.object.domain_info)
|
form.set_domain_info(self.object.domain_info)
|
||||||
form.save()
|
form.save()
|
||||||
|
|
||||||
messages.success(self.request, "The authorizing official for this domain has been updated.")
|
messages.success(self.request, "The authorizing official for this domain has been updated.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue