Merge pull request #1150 from alphagov/page-title-fixes-missed

Fix page titles that didn’t get fixed before
This commit is contained in:
Chris Hill-Scott
2017-02-23 16:44:57 +00:00
committed by GitHub
12 changed files with 18 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Bad Request{% endblock %} {% block per_page_title %}Bad Request{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Unauthorized{% endblock %} {% block per_page_title %}Unauthorized{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Forbidden{% endblock %} {% block per_page_title %}Forbidden{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Page not found{% endblock %} {% block per_page_title %}Page not found{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Page not found{% endblock %} {% block per_page_title %}Page not found{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,5 +1,5 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block page_title %}Server error{% endblock %} {% block per_page_title %}Server error{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">

View File

@@ -1,7 +1,7 @@
{% extends "withnav_template.html" %} {% extends "withnav_template.html" %}
{% block page_title %} {% block service_page_title %}
{{ current_service.name }} GOV.UK Notify {{ current_service.name }}
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}

View File

@@ -5,10 +5,9 @@
{% extends "withnav_template.html" %} {% extends "withnav_template.html" %}
{% block page_title %} {% block service_page_title %}
Activity breakdown Activity breakdown
{{ selected_year }} to {{ selected_year + 1 }} financial year {{ selected_year }} to {{ selected_year + 1 }} financial year
GOV.UK Notify
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}

View File

@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %} {% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% block page_title %} {% block per_page_title %}
GOV.UK Notify | Service settings Change your {{ thing }}
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}

View File

@@ -2,13 +2,13 @@
{% from "components/textbox.html" import textbox %} {% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% block page_title %} {% block per_page_title %}
GOV.UK Notify | Service settings Change your password
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<h1 class="heading-large">Change your password</h1> <h1 class="heading-large">Change your password</h1>
<div class="grid-row"> <div class="grid-row">
<div class="column-three-quarters"> <div class="column-three-quarters">

View File

@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %} {% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% block page_title %} {% block per_page_title %}
GOV.UK Notify | Service settings Change your {{ thing }}
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}

View File

@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %} {% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %} {% from "components/page-footer.html" import page_footer %}
{% block page_title %} {% block per_page_title %}
GOV.UK Notify | Service settings Change your {{ thing }}
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}