Skip to content

Commit

Permalink
Remove prison name from task list page
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Fleming committed Jan 9, 2025
1 parent 51cddfb commit d726be4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/views/applications/taskList.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Applicant:</span>
{{ application.person.name }}</p>
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Prison:</span>
{{ application.person.prisonName }}</p>
<p class="govuk-body govuk-body govuk-!-font-size-19 govuk-!-margin-bottom-1">
<span class="govuk-!-font-weight-bold">Referrer:</span>
{{ application.createdBy.name }}</p>
Expand Down

0 comments on commit d726be4

Please sign in to comment.