mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
pr changes
This commit is contained in:
parent
08616b3dd5
commit
a3d4541944
1 changed files with 0 additions and 3 deletions
|
@ -327,9 +327,6 @@ class DomainRenewalView(DomainBaseView):
|
|||
context["hidden_security_emails"] = default_emails
|
||||
|
||||
security_email = self.object.get_security_email()
|
||||
if security_email is None or security_email in default_emails:
|
||||
context["security_email"] = None
|
||||
return context
|
||||
context["security_email"] = security_email
|
||||
return context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue