Merge pull request #1814 from alphagov/rtgl-content-style

Content style fixes on request to go live page
This commit is contained in:
Chris Hill-Scott
2018-01-24 13:57:05 +00:00
committed by GitHub

View File

@@ -42,8 +42,8 @@
]) }}
<div class="form-group">
{{ 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.') }}
{{ textbox(form.start_volume, width='1-1', hint='For example, 1,000 per month.') }}
{{ textbox(form.peak_volume, width='1-1', hint='For example, Messages will increase to 20,000 per month in January.') }}
</div>
{{ checkbox_group('How are you going to send messages?', [
form.method_one_off,