mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:58:25 -04:00
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:
@@ -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 you’re agreeing to our <a href="{{ url_for('.terms') }}">terms of use</a>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user