Skip to content

Commit 6293c91

Browse files
committed
fix
1 parent f8f9876 commit 6293c91

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

application/templates/stage.html

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'layouts/base.html' %}
22

3-
{% block beforeContent %}
3+
{% block app_breadcrumbs %}
44
{{ govukBreadcrumbs({
55
'items': [
66
{
@@ -23,19 +23,15 @@
2323

2424
{% endblock %}
2525

26-
{% block content %}
27-
<div class="govuk-grid-row">
28-
<div class="govuk-grid-column-three-quarters">
26+
{% block content_header %}
2927
<span class="govuk-caption-xl">{{ consideration.name }}</span>
3028
<h1 class="govuk-heading-xl">Changes to Stage</h1>
31-
</div>
32-
</div>
29+
{% endblock %}
3330

3431

32+
{% block content_primary %}
3533
{%- if stage_changes %}
3634

37-
<div class='govuk-grid-row'>
38-
<div class='govuk-grid-column-two-thirds'>
3935
<div class="moj-timeline">
4036
{% for change in stage_changes %}
4137
<div class="moj-timeline__item">
@@ -60,9 +56,9 @@ <h2 class="moj-timeline__title">From <span class="govuk-tag {{ change.changes.st
6056
</div>
6157
{% endfor %}
6258
</div>
59+
6360
<p class="govuk-body govuk-hint">At the end of March 2024, we moved the planning consideration with the stage it had at the time. History had not previously been kept.</p>
64-
</div>
65-
</div>
61+
6662
{% endif %}
6763

68-
{% endblock content %}
64+
{% endblock content_primary %}

0 commit comments

Comments
 (0)