Fixed more unit tests

This commit is contained in:
alexjanousekGSA
2025-07-31 08:14:58 -04:00
parent b1e5b8d110
commit ab7b262c01
3 changed files with 24 additions and 22 deletions

View File

@@ -16,7 +16,7 @@
<div class="grid-row">
{% call form_wrapper() %}
{{ radios(form.sender, legend_style='usa-legend--large') }}
{{ radios(form.sender, legend_style='usa-legend--large', option_hints=option_hints) }}
<div class="grid-col-9">
{{ page_footer('Continue') }}
</div>