﻿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
17666	current_app can not be overridden in template	crass@…	anonymous	"Sometimes you'd like to change the current_app for a particular set or url resolutions in a template.  The following might be convenient way of doing this:
{{{
  {% with current_app=""admin"" %}
     {% url admin:index %}
  {% endwith %}
}}}

This won't work currently because current_app is only respected if its an attribute on the context not a key in the context.

The concrete problem I'm having is that I have two admin sites, one is the default another named ""staffadmin"". When on a page in the staffadmin site {% url admin:index %} can not resolve to the default's index, but is always the staffadmin index.
"	New feature	closed	contrib.admin	1.3	Normal	wontfix			Design decision needed	0	0	0	0	0	0
