mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
removed TODO, too complicated
This commit is contained in:
parent
2e8b46e05e
commit
d4b1b12baf
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
|
||||||
# present message that domain application cannot be submitted
|
# present message that domain application cannot be submitted
|
||||||
pending_requests = self.pending_requests()
|
pending_requests = self.pending_requests()
|
||||||
if len(pending_requests) > 0:
|
if len(pending_requests) > 0:
|
||||||
# TODO may want to move this whole thing to utility/errors.py
|
|
||||||
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