mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Update src/registrar/views/domain.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
parent
76e3e2eaea
commit
4413a218a5
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class DomainSecurityEmailView(DomainPermissionView, FormMixin):
|
|||
contact = domain.security_contact
|
||||
|
||||
# If no default is created for security_contact,
|
||||
# then we cannot connect to EPPLib.
|
||||
# then we cannot connect to the registry.
|
||||
if contact is None:
|
||||
messages.error(self.request, "Update failed. Cannot contact the registry.")
|
||||
return redirect(self.get_success_url())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue