mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
typo fix
This commit is contained in:
parent
07c1060f6e
commit
cb7005611a
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class DomainFormBaseView(DomainBaseView, FormMixin):
|
|||
def _get_changes_from_formset(self, formset):
|
||||
changes = set()
|
||||
for form in formset:
|
||||
changes.update(form.get_changes)
|
||||
changes.update(form.changed_data)
|
||||
|
||||
return list(changes)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue