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" %}
{% block page_title %}Bad Request{% endblock %}
{% block per_page_title %}Bad Request{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,13 +2,13 @@
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
{% block page_title %}
GOV.UK Notify | Service settings
{% block per_page_title %}
Change your password
{% endblock %}
{% 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="column-three-quarters">

View File

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

View File

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