﻿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
8357	Changeset 8385 broke UserAdmin's add_view	evan_schulz	nobody	[8385] converted some template logic into python code directly not taking into account that the logic is assuming that certain context variables exist.  This obviously wasn't a problem in the template, but is causing a number of KeyErrors in the new templatetag if the context vars it is looking for (adminform, inline_admin_formsets) don't exist.  In particular it is throwing these errors when you try to add a new contrib.auth user since UserAdmin overrides the add_view method and doesn't set those context vars.		closed	contrib.admin	dev		fixed			Accepted	1	0	0	0	0	0
