﻿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
14690	{% block %} defined in {% included %} page isn't 'repleacable'	pma_	nobody	"I moved part of template to external file that is included in base template. My block definition in derived template doesn't replace content in include. There are no restriction in docs so I believe it's a bug.

a.html
{% include b.html %}

b.html
{% block x}replaced?{% endblock %}

c.html
{% extends a.html %}

{% block x}new value{% endblock %}
"		closed	Template system	1.2		duplicate	block include		Unreviewed	0	0	0	0	0	0
