﻿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
19922	Docs typo - endtransblock	amoebob	Tim Graham	"In the Translation documentation, section ""Comments for translators in templates"", the example source incorrectly reads:

{{{
  {% blocktrans %}Ambiguous translatable block of text{% endtransblock %}
}}}

The end tag should instead be endblocktrans.

{{{
  {% blocktrans %}Ambiguous translatable block of text{% endblocktrans %}
}}}

https://docs.djangoproject.com/en/dev/topics/i18n/translation/#comments-for-translators-in-templates
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	documentation, translation		Accepted	0	0	0	0	1	0
