﻿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
11176	"add user brocken, if TEMPLATE_STRING_IF_INVALID != """""	jedie	nobody	"In the django admin panel is the ""add user"" view broken, if settings.TEMPLATE_STRING_IF_INVALID is not empty.

The view used template '''admin/auth/user/add_form.html''' this file used '''{% extends ""admin/change_form.html"" %}''' In this file the form would be insert with:

{{{	
<form ... action=""{{ form_url }}"" method=""post""...
}}}

The view '''django.contrib.auth.admin.!UserAdmin.add_view()''' doesn't insert ""form_url"" into the template context."		closed	contrib.admin	dev		duplicate			Unreviewed	0	0	0	0	0	0
