Add some spacing to group related items

This commit is contained in:
Chris Hill-Scott
2016-11-01 11:37:10 +00:00
parent a455d8aad9
commit c56db50ebf

View File

@@ -31,12 +31,17 @@
</ul> </ul>
<form method="post"> <form method="post">
{{ radios(form.mou) }} <div class="form-group">
{{ radios(form.channel) }} <p>We need permission to process your data before we can make your service live.</p>
{{ textbox(form.start_date, width='1-1') }} {{ radios(form.mou) }}
{{ textbox(form.start_volume, width='1-1') }} </div>
{{ textbox(form.peak_volume, width='1-1') }} <div class="form-group">
{{ radios(form.upload_or_api) }} {{ radios(form.channel) }}
{{ textbox(form.start_date, width='1-1') }}
{{ textbox(form.start_volume, width='1-1', hint='For example, 1000 a month.') }}
{{ textbox(form.peak_volume, width='1-1', hint='For example, Messages will increase to 20,000 a month in January.') }}
{{ radios(form.upload_or_api) }}
</div>
<p> <p>
Once youve completed the tasks needed to set up, well make your service live. Well do this within one working day. Once youve completed the tasks needed to set up, well make your service live. Well do this within one working day.