diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index 8838cfb72..cf78dda71 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -24,11 +24,11 @@
- {{ textbox(form.channel, width='1-1') }} - {{ textbox(form.start_date, width='1-1') }} - {{ textbox(form.start_volume, width='1-1') }} - {{ textbox(form.peak_volume, width='1-1') }} - {{ textbox(form.upload_or_api, width='1-1') }} + {{ textbox(form.channel, width='1-2') }} + {{ textbox(form.start_date, width='1-2') }} + {{ textbox(form.start_volume, width='1-2') }} + {{ textbox(form.peak_volume, width='1-2') }} + {{ textbox(form.upload_or_api, width='1-2') }}

We will: