mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Remove test log
This commit is contained in:
parent
0785880a7e
commit
71a3e549b7
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ class DomainRequestWizard(TemplateView):
|
||||||
# present message that domain request cannot be submitted
|
# present message that domain request cannot be submitted
|
||||||
pending_requests = self.pending_requests()
|
pending_requests = self.pending_requests()
|
||||||
if not flag_is_active_for_user(self.request.user, "organization_feature") and len(pending_requests) > 0:
|
if not flag_is_active_for_user(self.request.user, "organization_feature") and len(pending_requests) > 0:
|
||||||
logger.debug("flag is active for user %s: %s" % self.request.user, flag_is_active_for_user(self.request.user, "organization_feature"))
|
|
||||||
message_header = "You cannot submit this request yet"
|
message_header = "You cannot submit this request yet"
|
||||||
message_content = (
|
message_content = (
|
||||||
f"<h4 class='usa-alert__heading'>{message_header}</h4> "
|
f"<h4 class='usa-alert__heading'>{message_header}</h4> "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue