mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:18:25 -04:00
Split ‘send SMS’ page into two pages
This commit just splits the existing page into two. It doesn’t do any substantive changes to how the two parts of the page work.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{% else %}
|
||||
{{ banner(
|
||||
'<a href="{}">Try sending a text message</a>'.format(
|
||||
url_for(".send_sms", service_id=service_id)
|
||||
url_for(".choose_sms_template", service_id=service_id)
|
||||
)|safe,
|
||||
subhead='Next step',
|
||||
type="tip"
|
||||
|
||||
Reference in New Issue
Block a user