Fix page titles on preview page

Should match the `<h1>`
This commit is contained in:
Chris Hill Scott
2017-07-04 14:07:43 +01:00
parent 5a76244d6d
commit dd52f60828
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
{% endmacro %}
{% block service_page_title %}
{{ "Error" if errors else "Preview" }}
{{ "Error" if errors else "Preview of {}".format(template.name) }}
{% endblock %}
{% block maincolumn_content %}

View File

@@ -3,7 +3,7 @@
{% from "components/message-count-label.html" import message_count_label %}
{% block service_page_title %}
{{ "Error" if error else "Preview" }}
{{ "Error" if error else "Preview of {}".format(template.name) }}
{% endblock %}
{% block maincolumn_content %}