mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
UI tweaks
This commit is contained in:
@@ -431,7 +431,7 @@ def send_one_off_step(service_id, template_id, step_index):
|
||||
if db_template['template_type'] == 'email':
|
||||
email_reply_to = get_email_reply_to_address_from_session()
|
||||
elif db_template['template_type'] == 'sms':
|
||||
sms_sender = get_sms_sender_from_session()
|
||||
sms_sender = get_sms_sender_from_session() # TODO: verify default sender is US Notify
|
||||
|
||||
template_values = get_recipient_and_placeholders_from_session(db_template['template_type'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user