Remove question about which features people use

This is an optional question. We don’t really use the answer to it now
that we have some adoption of all these features.
This commit is contained in:
Chris Hill-Scott
2018-08-30 10:48:44 +01:00
parent 9d720fd4bd
commit 80339046df
4 changed files with 0 additions and 26 deletions

View File

@@ -28,11 +28,6 @@
{{ 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,
form.method_upload,
form.method_api
]) }}
<p class="bottom-gutter">
By requesting to go live youre agreeing to our <a href="{{ url_for('.terms') }}">terms of use</a>.
</p>