mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-02 02:28:32 +02:00
Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
7ad8297de1
commit
40157d5745
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
self.approved_domain = None
|
self.approved_domain = None
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.error(err)
|
logger.error(err)
|
||||||
logger.error("Can't querry an approved domain while attempting a DA reject_with_prejudice()")
|
logger.error("Can't query an approved domain while attempting a DA reject_with_prejudice()")
|
||||||
|
|
||||||
self.creator.restrict_user()
|
self.creator.restrict_user()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue