Update src/registrar/views/application.py

Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
dave-kennedy-ecs 2023-11-28 18:40:38 -05:00 committed by GitHub
parent 1eedc3f1f2
commit b42adbdb26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
message_header = "You cannot submit this request yet"
message_content = (
f"<h4 class='usa-alert__heading'>{message_header}</h4>"
"<p>New domain requests cannot be submitted until we have finished reviewing your pending request: "
"<p class="margin-bottom-0">New domain requests cannot be submitted until we have finished reviewing your pending request: "
f"<strong>{pending_requests[0].requested_domain}</strong>. You can continue to fill out this request "
"and save it as a draft to be submitted later. "
f"<a class='usa-link' href='{reverse('home')}'>View your pending requests.</a></p>"