Reran reference tests and merged in main to fix conflicts

This commit is contained in:
alexjanousekGSA
2025-07-31 17:07:17 -04:00
parent 1203546a97
commit aa18d1447e
15 changed files with 19 additions and 22 deletions

View File

@@ -17,7 +17,8 @@
{% call govukFieldset({
"legend": {
"text": field.label.text,
"isPageHeading": False
"isPageHeading": False,
"classes": "text-bold"
},
"attributes": attributes
})

View File

@@ -59,11 +59,13 @@
autocomplete=False
) }}
{{ list_entry(
form.phone_numbers,
item_name='phone number',
autocomplete=False
) }}
<div class="margin-top-4">
{{ list_entry(
form.phone_numbers,
item_name='phone number',
autocomplete=False
) }}
</div>
</div>
</div>