﻿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
1513	Multiple references to the same block is prohibited	boris@…	Adrian Holovaty	"Attempting to refer to the same block twice in a template causes a TemplateSyntaxError to be thrown. This seems like a useful and harmless thing to do, unless I'm missing something. (I realize that some thought has probably gone into this, so maybe just an explanation would do. Searching the docs proved fruitless.) 

Here's a typical example that comes to mind:


{{{
...
<head>
<title>My Application: {% block title %}{% endblock %}</title>
</head>
<h1>{% block title %}{% endblock %}</h1>
...
}}}

"	enhancement	closed	Template system	0.91	minor	invalid	block template		Unreviewed	0	0	0	0	0	0
