mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +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):
|
def _get_changes_from_formset(self, formset):
|
||||||
changes = set()
|
changes = set()
|
||||||
for form in formset:
|
for form in formset:
|
||||||
changes.update(form.get_changes)
|
changes.update(form.changed_data)
|
||||||
|
|
||||||
return list(changes)
|
return list(changes)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue