mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Update page title and header
This commit is contained in:
committed by
Rebecca Law
parent
c35802f4e7
commit
71cbc787de
@@ -5,13 +5,13 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Text messages start with service name
|
||||
Start text messages with service name
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header(
|
||||
'Text messages start with service name',
|
||||
'Start text messages with service name',
|
||||
back_link=url_for('main.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user