mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Reduced field widths to half on go live page
This commit is contained in:
@@ -24,11 +24,11 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{{ textbox(form.channel, width='1-1') }}
|
{{ textbox(form.channel, width='1-2') }}
|
||||||
{{ textbox(form.start_date, width='1-1') }}
|
{{ textbox(form.start_date, width='1-2') }}
|
||||||
{{ textbox(form.start_volume, width='1-1') }}
|
{{ textbox(form.start_volume, width='1-2') }}
|
||||||
{{ textbox(form.peak_volume, width='1-1') }}
|
{{ textbox(form.peak_volume, width='1-2') }}
|
||||||
{{ textbox(form.upload_or_api, width='1-1') }}
|
{{ textbox(form.upload_or_api, width='1-2') }}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We will:
|
We will:
|
||||||
|
|||||||
Reference in New Issue
Block a user