On Jul 25, 2:36 am, Randell <
josephrandell.benavi...@gmail.com> wrote:
> On Sat, Jul 25, 2009 at 3:18 PM, mdipierro <
mdipie...@cs.depaul.edu> wrote:
>
> > You can use a custom view
>
> > {{=form.custom.begin}}
> > {{=form.custom.widget.email}}
> > <button> </button>
> > {{=form.custom.end}}
>
> But this method will create a new form next to the retrieve password form.
> How can I do it in such a way that the new Cancel button is beside the
> Submit button?
Instead of {{=form}} you can use
{{=form.custom.begin}}
{{=form.custom.widget.email}}
{{=form.custom.submit}}<button>yourbutton</button>
{{=form.custom.end}}
(this replaces {{=form}}!)
You should be place the submit and yourbutton where you like.
Anyway, the I am sure the form...append should have worked. Parhaps I
got the wrong [] index.