﻿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
2235	Typo in docs for inclusion_tag decorator	jvinet@…	Jacob	"In the templates-for-programmers section, the example suggests a 2.4 decorator:

{{{
@inclusion_tag('results.html')
def show_results(poll):
    ...

}}}


But I believe one needs to have it like so:

{{{
@register.inclusion_tag('results.html')
def show_results(poll):
    ...

}}}
"	defect	closed	Documentation	dev	normal	fixed			Unreviewed	0	0	0	0	0	0
