Fix missing page title on email branding page

It’s not a service-specific page so trying to set the service-specific page title does nothing.
This commit is contained in:
Chris Hill-Scott
2018-10-01 16:08:14 +01:00
committed by GitHub
parent 88d9ac7290
commit fde444a37a

View File

@@ -3,7 +3,7 @@
{% from "components/page-footer.html" import page_footer %}
{% from "components/live-search.html" import live_search %}
{% block service_page_title %}
{% block per_page_title %}
Email branding
{% endblock %}