mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Fixed unintentional model change
Not sure how this snuck in
This commit is contained in:
parent
f31258d2b0
commit
b389c9f831
1 changed files with 3 additions and 0 deletions
|
@ -244,3 +244,6 @@ class DomainInformation(TimeStampedModel):
|
|||
domain_info.domain = domain
|
||||
domain_info.save()
|
||||
return domain_info
|
||||
|
||||
class Meta:
|
||||
verbose_name_plural = "Domain Information"
|
Loading…
Add table
Add a link
Reference in a new issue