Re: form passing id variable problem

2009-02-11 Thread Malcolm Tredinnick
On Wed, 2009-02-11 at 08:58 -0800, May wrote: > Hello, > > I have spent too much time on this problem and am beginning to think > that it > can't be done in Django. I am pulling a list of pathogen names from a > postgres > database to a drop down box. The user selects the pathogen, which >

form passing id variable problem

2009-02-11 Thread May
Hello, I have spent too much time on this problem and am beginning to think that it can't be done in Django. I am pulling a list of pathogen names from a postgres database to a drop down box. The user selects the pathogen, which requires the id to be passed back through django to the database