mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Make h1 consistent from page to page
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{% from "components/page-header.html" import page_header %}
|
{% from "components/page-header.html" import page_header %}
|
||||||
|
|
||||||
{% block per_page_title %}
|
{% block per_page_title %}
|
||||||
Accept the data sharing and financial agreement
|
Accept our data sharing and financial agreement
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="column-five-sixths">
|
<div class="column-five-sixths">
|
||||||
|
|
||||||
{{ page_header(
|
{{ 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)
|
back_link=url_for('main.service_agreement', service_id=current_service.id)
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% from "components/page-header.html" import page_header %}
|
{% from "components/page-header.html" import page_header %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
Accept the data sharing and financial agreement
|
Accept our data sharing and financial agreement
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<div class="column-five-sixths">
|
<div class="column-five-sixths">
|
||||||
|
|
||||||
{{ page_header(
|
{{ 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)
|
back_link=url_for('main.request_to_go_live', service_id=current_service.id)
|
||||||
)}}
|
)}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user