mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Change ineligible to restricted on User, fix status tempplate for DAs
This commit is contained in:
parent
b6af335e03
commit
501cddebde
8 changed files with 57 additions and 37 deletions
|
@ -621,7 +621,7 @@ class DomainApplication(TimeStampedModel):
|
|||
We do this by setting an ineligible status on the user, which the
|
||||
permissions classes test against"""
|
||||
|
||||
self.creator.block_user()
|
||||
self.creator.restrict_user()
|
||||
|
||||
# ## Form policies ###
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue