Change page <title> on check page

It was no longer accurate.
This commit is contained in:
Chris Hill-Scott
2016-06-03 14:48:34 +01:00
parent 4ac1a03a89
commit a6833f4ad2
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
{% from "components/message-count-label.html" import message_count_label %}
{% block page_title %}
{{ page_heading if errors else "Check and confirm" }} GOV.UK Notify
{{ "Error" if errors else "Check and confirm" }} GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}