﻿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
10640	Add `add_form_template` option to ModelAdmin	David Cramer	Karen Tracey	"In some use cases we've found that we need to slightly tweak our change templates. Typically this is because the change view isn't directly changing the object, but it's handling it in some other way.

One small problem that came across was there's no way to specify the add page's template versus the change page's template.

I propose simply modifying render_change_form, to check for add=True, and if it's present, check for add_form_template. If add_form_template is set in the ModelAdmin to a value it should look for that template first. If it's set to None, it should use the default templates (and not change_form_template)."		closed	contrib.admin	dev		fixed		j.c.sackett	Accepted	1	0	0	0	0	0
