Skip to content

Commit ab8a4cd

Browse files
authored
Merge pull request #163 from ministryofjustice/move-personal-details
(727b) Move personal details
2 parents 2550d7a + ff57b0d commit ab8a4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/views/partials/layout.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
html: 'This is a new service - your <a class="govuk-link" href="https://forms.office.com/Pages/ResponsePage.aspx?id=KEeHxuZx_kGp4S6MNndq2E8JCpI91GZDsQ5Hyq26MrZUQVQ5VFBIU0tKMUlZTDhLNUpZR01CQ0U5Uy4u">feedback</a> will help us to improve it.'
5555
}) }}
5656

57-
{% block personBanner %}{% endblock personBanner %}
58-
5957
{% block primaryNavigation %}
6058
{{ mojPrimaryNavigation({
6159
label: 'Primary navigation',
@@ -69,6 +67,8 @@
6967
}) }}
7068
{% endblock primaryNavigation %}
7169

70+
{% block personBanner %}{% endblock personBanner %}
71+
7272
{% block backLink %}{% endblock backLink %}
7373
{% endblock beforeContent %}
7474

0 commit comments

Comments
 (0)