Skip to content

Commit

Permalink
Fix text & added release note (#882)
Browse files Browse the repository at this point in the history
* fix text

* release note
  • Loading branch information
zhodges-nimble authored Oct 8, 2024
1 parent 97b4b01 commit bf9e916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<govuk-summary-list>
<govuk-summary-item label="Shared the outcome with the trust" asp-for="@ofstedPreRegistration.SharedOutcomeWithTrust" href="@editAfterlink" id="afterpagelink"/>
<govuk-summary-item label="Any actions to meet conditions have been completed" asp-for="@ofstedPreRegistration.InspectionConditionsMet" href="@editAfterlink"/>
<govuk-summary-item label="Date that inspection and any actions completed" asp-for="@ofstedPreRegistration.DateInspectionsAndAnyActionsCompleted" href="@editAfterlink"/>
<govuk-summary-item label="Date that inspection and any actions were completed" asp-for="@ofstedPreRegistration.DateInspectionsAndAnyActionsCompleted" href="@editAfterlink"/>
<govuk-summary-item label="Requested that the school is changed to 'proposed to open' on GIAS" asp-for="@ofstedPreRegistration.ProposedToOpenOnGias" href="@editAfterlink"/>
<govuk-summary-item label="Saved inspection documents and G6 agreement in Workplaces folder" asp-for="@ofstedPreRegistration.SavedToWorkplaces" href="@editAfterlink"/>
</govuk-summary-list>
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 178172 - Build: Iterate funding agreement health check and submission
* 179446 - Build: Bulk edit projects
* 182793 - Build: Set values for calculated database fields
* 178419 - Build: Ofsted pre-registration, actual date

## 0.13.0
* 147110 - Build: Readiness to open meeting (ROM)
Expand Down

0 comments on commit bf9e916

Please sign in to comment.