2042 - Updates to the error message regarding special characters

This commit is contained in:
Jonathan Bobel
2025-03-17 16:47:45 -04:00
parent f820ae86f3
commit fbf0fb1f0d
2 changed files with 19 additions and 17 deletions

View File

@@ -28,7 +28,7 @@
{% endif %}
{% call form_wrapper() %}
<div class="grid-row">
<div class="grid-container padding-0">
<div class="tablet:grid-col-9 mobile-lg:grid-col-12">
{{ form.name(param_extensions={
"extra_form_group_classes": "margin-bottom-2",
@@ -61,12 +61,12 @@
</div>
</div>
</div>
<div class="grid-row width-full">
<div class="grid-row width-mobile-lg">
<div class="tablet:grid-col-2 mobile-lg:grid-col-12">
{{ page_footer('Save') }}
</div>
<div class="tablet:grid-col-10 mobile-lg:grid-col-12">
<p class="usa-hint margin-top-5 tablet:margin-left-neg-2">
<p class="usa-hint margin-top-5 tablet:margin-left-2">
After saving, you'll have the option to send.
</p>
</div>