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 %}