> Wait, but do profile fields get displayed as part of the form?

Just add them to RegistrationForm and they will. Or create another
form class for Profile, and use the fields from that to populate the
Profile...

<form>
{{ reg_form.as_p }}
{{ profile_form.as_p }}
</form>

On Feb 20, 10:22 am, Shawn Milochik <sh...@milochik.com> wrote:
> On Feb 20, 2010, at 10:11 AM, Wiiboy wrote:
>
> > Wait, but do profile fields get displayed as part of the form?
>
> This is Django. It can do whatever you want it to.
>
> Django-registration was specifically written to be reusable so that, for 
> example, templates can be overridden with your own.
>
> Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to