﻿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
2001	Incorrect tag usage in templates_python.txt	topdeckmail@…	Jacob	"File: root/django/trunk/docs/templates_python.txt

Line 805 currently reads:

{{{
{{ show_results poll }}
}}}

should be:

{{{
{% show_results poll %}
}}}


Line 869 currently reads:

{{{
{{ jump_link }}
}}}

should be:

{{{
{% jump_link %}
}}}


I haven't tested the first one, but the second one doesn't work for me unless I change it."	defect	closed	Documentation	dev	normal	fixed			Unreviewed	0	0	0	0	0	0
