﻿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
6206	escaping help_text	sairus.nvkz@…	nobody	"help_text in templates {{ field.help_text }} is escaping. 

in file django/newforms/fields.py replace 


{{{
self.help_text = smart_unicode(help_text or '')
}}}

->

{{{
self.help_text = mark_safe(smart_unicode(help_text or ''))
}}}


"		closed	Forms	dev		duplicate			Unreviewed	0	0	0	0	0	0
