RE: sending data back to template out of a function

2008-06-06 Thread Emily Rodgers
Of chris hendrix Sent: 06 June 2008 15:46 To: django-users@googlegroups.com Subject: Re: sending data back to template out of a function Hi Em - I'm not really specifying anything about type @ the moment.. .i'm just trying to figure out how to pass stuff back to the template (ie stuff th

Re: sending data back to template out of a function

2008-06-06 Thread chris hendrix
> From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Roberts > > Sent: 06 June 2008 15:31 > > To: Django users > > Subject: sending data back to template out of a function > > > > > > Hi all - > > > >

RE: sending data back to template out of a function

2008-06-06 Thread Emily Rodgers
> -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Emily Rodgers > Sent: 06 June 2008 15:41 > To: django-users@googlegroups.com > Subject: RE: sending data back to template out of a function > > > I can&

RE: sending data back to template out of a function

2008-06-06 Thread Emily Rodgers
s.com > [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Roberts > Sent: 06 June 2008 15:31 > To: Django users > Subject: sending data back to template out of a function > > > Hi all - > > Thanks for your continued support as I find my Django legs. > > on my

sending data back to template out of a function

2008-06-06 Thread Bobby Roberts
Hi all - Thanks for your continued support as I find my Django legs. on my form submission, i send to a view that checks for validation and for now all i want to do is send the data that was entered right back and show it to the user, but not in the form field. I'm breaking my code out into two