﻿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
26402	Allow relative paths in {% extends %} and {% include %}	Vitaly Bogomolov	Vitaly Bogomolov	"Allow relative paths in argument of 'extends' and 'include' template tags. Relative path must start from ""./"". Examples:

Extend ""base.html"", located in the same folder, where your template placed:

{{{
{% extends ""./base.html"" %}
}}}

Extend ""base.html"", located at two levels higher

{{{
{% extends ""./../../base.html"" %}
}}}

Extend ""base.html"", located in the 'dir1' subfolder, relatively current template:

{{{
{% extends ""./dir1/base.html"" %}
}}}

Discussion:
https://groups.google.com/d/topic/django-developers/rDAJ0Ig6FoU/discussion"	New feature	closed	Template system	dev	Normal	fixed	extends,include,template,relative path		Accepted	1	0	0	0	0	0
