Skip to content

Commit

Permalink
fix: update body copy and make page title renders correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRet committed Oct 11, 2024
1 parent 3ca9938 commit 6a531b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/school/register_ect/start.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<% page_data(title: "What you'll need", error: false) %>
<% page_data(title: sanitize("What you'll need"), error: false) %>

<h2 class="govuk-heading-m">Personal information</h2>
<p class="govuk-body">You must provide your ECT's:</p>
<ul class="govuk-list govuk-list--bullet">
<li>name</li>
<li>date of birth</li>
<li>email address</li>
<li>teaching reference number (TRN)</li>
<li>teacher reference number (TRN)</li>
</ul>

<h2 class="govuk-heading-m">Training details</h2>
Expand Down

0 comments on commit 6a531b8

Please sign in to comment.