mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 17:08:25 -04:00
Change page <title> on check page
It was no longer accurate.
This commit is contained in:
@@ -256,7 +256,6 @@ def check_messages(service_id, template_type, upload_id):
|
|||||||
recipients=recipients,
|
recipients=recipients,
|
||||||
first_recipient=first_recipient,
|
first_recipient=first_recipient,
|
||||||
template=template,
|
template=template,
|
||||||
page_heading=get_page_headings(template.template_type),
|
|
||||||
errors=recipients.has_errors,
|
errors=recipients.has_errors,
|
||||||
row_errors=get_errors_for_csv(recipients, template.template_type),
|
row_errors=get_errors_for_csv(recipients, template.template_type),
|
||||||
count_of_recipients=session['upload_data']['notification_count'],
|
count_of_recipients=session['upload_data']['notification_count'],
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
{% from "components/message-count-label.html" import message_count_label %}
|
{% from "components/message-count-label.html" import message_count_label %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% 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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user