mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
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:
@@ -3,7 +3,7 @@
|
|||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
{% from "components/live-search.html" import live_search %}
|
{% from "components/live-search.html" import live_search %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block per_page_title %}
|
||||||
Email branding
|
Email branding
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user