Re: Help with Contact Form

2006-12-01 Thread Jorge Gajon
On 11/30/06, luxagraf <[EMAIL PROTECTED]> wrote: > > Hello all I have a quick question, I just whipped up a custom > manipulator for a contact form and, following the suggestion in the > django docs, I'm using a > > HttpResponseRedirect("/contact/thankyou/") > > to get rid of the post data, but

Re: Help with Contact Form

2006-12-01 Thread Paul Childs
Assuming that you are using the example exactly... Off-the-top-of-my-head try something like: return render_to_response('thankyou.html', {'my_form_data': new_data}) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Help with Contact Form

2006-11-30 Thread luxagraf
Hello all I have a quick question, I just whipped up a custom manipulator for a contact form and, following the suggestion in the django docs, I'm using a HttpResponseRedirect("/contact/thankyou/") to get rid of the post data, but what I'd like to display at that redirect url is a copy of the