﻿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
15001	Cannot change title in Databrowse	Djanux	nobody	"Hi, 


This is the content of the base_site.html

{{{
{% load i18n %}
{% block databrowse_title %}Foo{% endblock %}
{% block title %}Bar{% endblock %}
{% block extrahead %}HELLO{% endblock %}
}}}

when rending the template databrowse_title, and extrahead will be correctly rendered, title will be empty.

Content on the untouched base.html
{{{
<title>{% block title %}{% endblock %}</title>
}}}






"		closed	Template system	1.2		invalid	Databrowse		Unreviewed	0	0	0	0	0	0
