mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 20:18:25 -04:00
Reverting width of fields to 100% on request to go live
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<h1 class="heading-large">Request to go live</h1>
|
<h1 class="heading-large">Request to go live</h1>
|
||||||
|
|
||||||
{% call banner_wrapper(type='warning') %}
|
{% call banner_wrapper(type='warning') %}
|
||||||
<h2 class="heading-medium">You must accept the GOV.UK Notify data sharing and financial agreement (Memorandum of Understanding) before we can process data for you.</h2>
|
<h2 class="heading-medium">You must accept the GOV.UK Notify data sharing and financial agreement (Memorandum of Understanding) before we can process data for you.</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('main.feedback') }}">Contact the Notify team</a> to get a copy of the agreement or to find out if your organisation has already accepted it.
|
<a href="{{ url_for('main.feedback') }}">Contact the Notify team</a> to get a copy of the agreement or to find out if your organisation has already accepted it.
|
||||||
@@ -39,11 +39,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{{ textbox(form.channel, width='1-2') }}
|
{{ textbox(form.channel, width='1-1') }}
|
||||||
{{ textbox(form.start_date, width='1-2') }}
|
{{ textbox(form.start_date, width='1-1') }}
|
||||||
{{ textbox(form.start_volume, width='1-2') }}
|
{{ textbox(form.start_volume, width='1-1') }}
|
||||||
{{ textbox(form.peak_volume, width='1-2') }}
|
{{ textbox(form.peak_volume, width='1-1') }}
|
||||||
{{ textbox(form.upload_or_api, width='1-2') }}
|
{{ textbox(form.upload_or_api, width='1-1') }}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Once you’ve completed the tasks needed to set up, we’ll make your service live. We’ll do this within one working day.
|
Once you’ve completed the tasks needed to set up, we’ll make your service live. We’ll do this within one working day.
|
||||||
|
|||||||
Reference in New Issue
Block a user