mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
parent
0653ee8385
commit
6108052c25
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ inherit from `DomainPermissionView` (or DomainInvitationPermissionDeleteView).
|
|||
"""
|
||||
|
||||
import logging
|
||||
import time
|
||||
|
||||
from django.contrib import messages
|
||||
from django.contrib.messages.views import SuccessMessageMixin
|
||||
from django.db import IntegrityError
|
||||
|
@ -150,7 +150,6 @@ class DomainView(DomainBaseView):
|
|||
context["security_email"] = None
|
||||
return context
|
||||
context["security_email"] = security_email
|
||||
time.sleep(100)
|
||||
return context
|
||||
|
||||
def in_editable_state(self, pk):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue