Re: Django, one more newbie question

2007-02-20 Thread Piet van Oostrum
> Boris Ozegovic <[EMAIL PROTECTED]> (BO) wrote: >BO> Umm, can somebody tell me which language is this one: >BO> {% if latest_poll_list %} >BO> >BO> {% for poll in latest_poll_list %} >BO> {{ poll.question }} >BO> {% endfor %} >BO> >BO> {% else %} >BO> No polls ar

Re: Django, one more newbie question

2007-02-19 Thread Stefan Scholl
Boris Ozegovic <[EMAIL PROTECTED]> wrote: > Umm, can somebody tell me which language is this one: >No polls are available. English? -- http://mail.python.org/mailman/listinfo/python-list

Re: Django, one more newbie question

2007-02-09 Thread Robert Kern
Boris Ozegovic wrote: > Umm, can somebody tell me which language is this one: > > {% if latest_poll_list %} > > {% for poll in latest_poll_list %} > {{ poll.question }} > {% endfor %} > > {% else %} > No polls are available. > {% endif %} > > Whole tutorial is on thi