mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 06:01:46 -04:00
remove free sms fragment limit from go live flow
This commit is contained in:
@@ -162,7 +162,7 @@ def service_request_to_go_live(service_id):
|
||||
'message': (
|
||||
'On behalf of {} ({})\n'
|
||||
'\n---'
|
||||
'\nOrganisation type: {} ({:,} free text messages)'
|
||||
'\nOrganisation type: {}'
|
||||
'\nMOU in place: {}'
|
||||
'\nChannel: {}\nStart date: {}\nStart volume: {}'
|
||||
'\nPeak volume: {}'
|
||||
@@ -171,7 +171,6 @@ def service_request_to_go_live(service_id):
|
||||
current_service['name'],
|
||||
url_for('main.service_dashboard', service_id=current_service['id'], _external=True),
|
||||
current_service['organisation_type'],
|
||||
current_service['free_sms_fragment_limit'],
|
||||
form.mou.data,
|
||||
formatted_list(filter(None, (
|
||||
'email' if form.channel_email.data else None,
|
||||
|
||||
Reference in New Issue
Block a user