Re: Tutorial part 4 help: the raidio buttons to make a choice on the polls question won't show.

2017-02-09 Thread Brady Lee
/> > {{ choice.choice_text > }} > {% empty %} > Sorry, no available choices. > {% endfor %} > > 2017-02-07 10:12 GMT+01:00 Brady Lee >: > > Same issue here, no radio buttons show up. > > > > ubuntu 16.04.1 LTS > > python 3.5.2 >

Re: Tutorial part 4 help: the raidio buttons to make a choice on the polls question won't show.

2017-02-07 Thread Brady Lee
Same issue here, no radio buttons show up. ubuntu 16.04.1 LTS python 3.5.2 django 1.10.5 I've tried {{ question|pprint }} and {{ question.choice_set.all|pprint }} for debugging, got: Now trying to figure out where the problem is. On Thursday, October 20, 2016 at 11:52:59 PM UTC+8, Othniel