mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 02:08:32 -04:00
Flag go live requests from DWP
It’s not enough to check that they’ve signed the agreement. We have to make sure we inform them every time a service wants to go live.
This commit is contained in:
@@ -440,6 +440,8 @@ class AgreementInfo:
|
||||
|
||||
@property
|
||||
def as_human_readable(self):
|
||||
if self.canonical_domain and 'dwp' in self.canonical_domain:
|
||||
return 'DWP - Requires OED approval'
|
||||
if self.agreement_signed:
|
||||
return 'Yes, on behalf of {}'.format(self.owner)
|
||||
elif self.owner:
|
||||
|
||||
Reference in New Issue
Block a user