User Registration Form

2007-07-25 Thread Jack Woods
Hey again, I don't want to abuse the group, but I'm stumped again. I'm trying to render a form, but the (supposedly) auto-generated form fields aren't showing up. Here's part of register.html: UserName: {{ form.username }} Email: {{ form.email }} Password: {{ form.password1 }} Password

Re: unbound method get_profile()

2007-07-25 Thread Jack Woods
Works! New to Django/python, and you just solved an hour's worth of head trauma. Thanks Russ! On Jul 25, 2:33 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > def profile(request): > > template_name =