Add a flash message to confirm sending has started

This commit is contained in:
Chris Hill-Scott
2016-02-04 15:26:43 +00:00
parent cf08f4ef2a
commit 7399c3c6c0
2 changed files with 2 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ def check_sms(service_id, upload_id):
else:
raise e
flash('Weve started sending your messages', 'default_with_tick')
return redirect(url_for('main.view_job',
service_id=service_id,
job_id=upload_id))