Reduced field widths to half on go live page

This commit is contained in:
Pete Herlihy
2016-10-24 13:17:50 +01:00
committed by GitHub
parent f343d23915
commit 0706909419

View File

@@ -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: