Re: Django tutorial: no error displayed when a choice for a poll is not selected.

2010-06-14 Thread Sithembewena Lloyd Dube
Problem fixed - the error variable in my template was mispelled. Thanks. On Mon, Jun 14, 2010 at 3:13 PM, Sithembewena Lloyd Dube wrote: > Hi all, > > I have a "vote" view and "detail" template in the Polls application that I > am writing. The idea is that the user will see a "vote" page where t

Re: Django tutorial: no error displayed when a choice for a poll is not selected.

2010-06-14 Thread Sithembewena Lloyd Dube
Thanks Daniel :) I am doing the tutorial and nothing else, step by step. I mispelled the name of my template variable. Many thanks, Lloyd On Mon, Jun 14, 2010 at 3:45 PM, Daniel Roseman wrote: > On Jun 14, 2:13 pm, Sithembewena Lloyd Dube wrote: > > Hi all, > > > > I have a "vote" view and "det

Re: Django tutorial: no error displayed when a choice for a poll is not selected.

2010-06-14 Thread Daniel Roseman
On Jun 14, 2:13 pm, Sithembewena Lloyd Dube wrote: > Hi all, > > I have a "vote" view and "detail" template in the Polls application that I > am writing. The idea is that the user will see a "vote" page where they can > select one of two radio buttons for a choice to the poll, and click "vote". >

Django tutorial: no error displayed when a choice for a poll is not selected.

2010-06-14 Thread Sithembewena Lloyd Dube
Hi all, I have a "vote" view and "detail" template in the Polls application that I am writing. The idea is that the user will see a "vote" page where they can select one of two radio buttons for a choice to the poll, and click "vote". This takes them to a "results" page where they can view the pol