On Aug 8, 3:28 pm, Dutch opera <
dutchop...@gmail.com> wrote:
> I am trying to style the auth.login() fields and access them
> indivialuall so I can place them in separate div tags.
> in the html I tried
> form.custom.label.email
> form.custom.label.password
> Seemed to work. What about the widget type? using
> form.custom.input.email gave me this error
> AttributeError: 'NoneType' object has no attribute 'email'