Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Jan 29, 2025
1 parent 231a22d commit ccc1dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
<form action="@LinkGenerator.RequestTrnIdentity(Model.JourneyInstance!.InstanceId, Model.FromCheckAnswers)" method="post" enctype="multipart/form-data">
<h1 class="govuk-heading-l">@ViewBag.Title</h1>

<govuk-details open="true">
<govuk-details open="false">
<govuk-details-summary>Documents we accept</govuk-details-summary>
<govuk-details-text>
<p>
You can upload a scan or photo of your:
</p>
<ul class="govuk-list govuk-list--bullet">
<li>passport</li>
<li>driving licence</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<govuk-input-label is-page-heading="true" class="govuk-label--l" />
</govuk-input>

<govuk-details open="true">
<govuk-details open="false">
<govuk-details-summary>Where to find this</govuk-details-summary>
<govuk-details-text>
<p>You can find your NPQ application ID:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div class="govuk-header__content">
<a asp-page="/Index" class="govuk-header__link govuk-header__service-name">
Get a teacher reference number (TRN)
Request a teacher reference number for a national professional qualification
</a>
</div>
</div>
Expand Down

0 comments on commit ccc1dc4

Please sign in to comment.