﻿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
9599	TEMPLATE_STRING_IF_INVALID added to URL's when creating a  new user in the admin panel	crunchorn <crunchorn@…>	nobody	"When '''TEMPLATE_STRING_IF_INVALID''' is set in the ''Settings.py'' (for example:  TEMPLATE_STRING_IF_INVALID  = '---!_ERR_!---') you can't create a new user from admin panel beacause it is concatenated with links like ' ''Save and add another'' ', ' ''Save'' ', ' ''Save and continue editing'' ' and above the admin panels header.

Finnaly they look like:
http://localhost:7777/admin/auth/user/add/---!_ERR_!---
[[BR]]
[[BR]]

After clicking on the links mentioned above i get following error:
{{{
#!python
ValueError at /admin/auth/user/add/---!_ERR_!---
invalid literal for int() with base 10: 'add/---!_ERR_!---'
}}}
[[BR]]
[[BR]]

Traceback is available on: http://dpaste.com/hold/90709/

Settings.py: http://dpaste.com/hold/90708/
"		closed	contrib.admin	1.0		duplicate			Unreviewed	0	0	0	0	0	0
