カスタムweb2pyフォームのクラスを指定するには? 例えば
{{=form.custom.begin}}
Image name: <div>{{=form.custom.widget.name}}</div>
Image file: <div>{{=form.custom.widget.file}}</div>
Click here to upload: {{=form.custom.submit}}
{{=form.custom.end}}
の CSS クラスを指定するにはどうすればよいform
ですか?