Re: redirect based on selected choice from simple form

2008-05-19 Thread zehi
wrote: > Ok, here is my 'Modelform' problem: > > I want to redirect based on selected choice from simple form: > > QUESTION > OPTIONS: 1, 2, 3 > > Obviously, by me chosen approach with 'get.objects.latest' is not the > one, that

redirect based on selected choice from simple form

2008-05-19 Thread zehi
Ok, here is my 'Modelform' problem: I want to redirect based on selected choice from simple form: QUESTION OPTIONS: 1, 2, 3 Obviously, by me chosen approach with 'get.objects.latest' is not the one, that works... Somebody have an idea? Thanks views.py from dja