﻿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
14140	There is no way to override admin templates to the project level	jacmkno	nobody	"The template system allows to override admin templates for applications and models but for the project level it throws 'maximum recursion depth exceeded' because the template system keeps looking for the extended template in the current template path. For example this code generates the problem when placed in ""project/templates/admin/base.html"":

{{{
{% extends ""/admin/base.html"" %}
....
}}}

I have been unable to think of a solution for this problem yet, but I think this is an important missing feature. I think patches from Ticket #[http://code.djangoproject.com/ticket/2414 2414] may be used to solve this problem."		closed	Template system	dev		duplicate	extends admin templates	rico.bl@…	Unreviewed	0	0	0	0	0	0
