Re: How do i combine a list and a form in the same page using django?

2009-01-16 Thread Gath
Yep! I've done what Malcolm has suggested, removed everything and added one section at a time, and i guess its behaving. The problem seems to lie with a "extends" tag and a css am using. Thanks guys. On Jan 16, 12:10 pm, Gath wrote: > Am building a Q page, sort of

Re: How do i combine a list and a form in the same page using django?

2009-01-16 Thread Eric Abrahamsen
On Jan 16, 2009, at 5:10 PM, Gath wrote: > > Am building a Q page, sort of stackoverflow.com kinda page! Am > having a bit of a problem trying to render the form. Am pasing 3 > objects to the template that renders the page i.e. Question object, > Answers related to the question and Answer form

Re: How do i combine a list and a form in the same page using django?

2009-01-16 Thread Malcolm Tredinnick
On Fri, 2009-01-16 at 01:10 -0800, Gath wrote: > Am building a Q page, sort of stackoverflow.com kinda page! Am > having a bit of a problem trying to render the form. Am pasing 3 > objects to the template that renders the page i.e. Question object, > Answers related to the question and Answer

How do i combine a list and a form in the same page using django?

2009-01-16 Thread Gath
Am building a Q page, sort of stackoverflow.com kinda page! Am having a bit of a problem trying to render the form. Am pasing 3 objects to the template that renders the page i.e. Question object, Answers related to the question and Answer form object. In the first part of the page i want to