Decided not to use the template and include the USWDS alert one-by-one

This commit is contained in:
Jonathan Bobel
2023-10-06 11:31:28 -04:00
parent fd196c6534
commit af2da54ffc
5 changed files with 226 additions and 199 deletions

View File

@@ -1,6 +1,8 @@
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
These messages have already been sent today
</h1>
<p class="usa-body">
If you need to resend them, rename the file and upload it again.
</p>
<div class="usa-alert usa-alert--error" role="alert">
<div class="usa-alert__body">
<h1 class="usa-alert__heading">These messages have already been sent today</h1>
<p class="usa-alert__text">
If you need to resend them, rename the file and upload it again.
</p>
</div>
</div>