for example,

in default.py

def user():
  return dict(form=auth())


in view

{=form}}

How do I change it styl, i.e password input box appear next to
username not below.

And I put the following in the views/default/index.html

<div id="myid"></div>
{{=A('linked page',_href=URL(c='default',f='user'),cid='myid')}}


But I could not submit the form. It does not work. Nothing happen :S


Reply via email to