mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +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
|
||||
pending_requests = self.pending_requests()
|
||||
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_content = (
|
||||
f"<h4 class='usa-alert__heading'>{message_header}</h4>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue