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