﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19131	Error in viewing choices	mazhak@…	nobody	There's a bug in details.html template code. The code is {{ choice.choice }} and I wasn't able to see the choices. It showed only 2 bullets, which is correct since I have only 2 choices, but no text. I fixed it by changing it to {{ choice.choice_text }} because in models.py, the Choice has a field choice_text, and not just choice.	Bug	closed	Documentation	1.4	Normal	duplicate	html template details.html		Unreviewed	0	0	0	0	0	0
