removed TODO, too complicated

This commit is contained in:
David Kennedy 2023-11-25 06:23:33 -05:00
parent 2e8b46e05e
commit d4b1b12baf
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -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>"