Change ineligible to restricted on User, fix status tempplate for DAs

This commit is contained in:
Rachid Mrad 2023-08-29 14:16:39 -04:00
parent b6af335e03
commit 501cddebde
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
8 changed files with 57 additions and 37 deletions

View file

@ -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 ###
#