Re: TemplateSyntaxError No such column

2009-07-10 Thread nixon66
Problem solved!!! On Jul 10, 5:41 pm, nixon66 wrote: > Getting errors when I try to render a template. Django indicates that > it is a problem in the template and tells me that there is no such > column as "aid.id". There is no column called ID in either my > template, view or model. Any suggest

TemplateSyntaxError No such column

2009-07-10 Thread nixon66
Getting errors when I try to render a template. Django indicates that it is a problem in the template and tells me that there is no such column as "aid.id". There is no column called ID in either my template, view or model. Any suggestions. I've included the error, template, my view and model belo