Make h1 consistent from page to page

This commit is contained in:
Chris Hill-Scott
2019-09-05 15:18:30 +01:00
parent e0ab43f988
commit fcb6f87d8b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
{% from "components/page-header.html" import page_header %}
{% block per_page_title %}
Accept the data sharing and financial agreement
Accept our data sharing and financial agreement
{% endblock %}
{% block maincolumn_content %}
@@ -16,7 +16,7 @@
<div class="column-five-sixths">
{{ page_header(
'Accept the data sharing and financial agreement',
'Accept our data sharing and financial agreement',
back_link=url_for('main.service_agreement', service_id=current_service.id)
) }}

View File

@@ -2,7 +2,7 @@
{% from "components/page-header.html" import page_header %}
{% block service_page_title %}
Accept the data sharing and financial agreement
Accept our data sharing and financial agreement
{% endblock %}
{% block maincolumn_content %}
@@ -11,7 +11,7 @@
<div class="column-five-sixths">
{{ page_header(
'Accept the data sharing and financial agreement',
'Accept our data sharing and financial agreement',
back_link=url_for('main.request_to_go_live', service_id=current_service.id)
)}}