mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -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/live-search.html" import live_search %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{% block per_page_title %}
|
||||
Email branding
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user