﻿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
4497	Bug if form_url is empty (i.e. creating new user), and TEMPLATE_STRING_IF_INVALID is set	buriy <burchik@…>	Jacob	"Index: D:/program/Python24/Lib/site-packages/django-svn/django/contrib/admin/templates/admin/change_form.html
===================================================================
--- D:/program/Python24/Lib/site-packages/django-svn/django/contrib/admin/templates/admin/change_form.html	(revision 5418)
+++ D:/program/Python24/Lib/site-packages/django-svn/django/contrib/admin/templates/admin/change_form.html	(working copy)
@@ -23,7 +23,7 @@
   </ul>
 {% endif %}{% endif %}
 {% endblock %}
-<form {% if has_file_field %}enctype=""multipart/form-data"" {% endif %}action=""{{ form_url }}"" method=""post"" id=""{{ opts.module_name }}_form"">{% block form_top %}{% endblock %}
+<form {% if has_file_field %}enctype=""multipart/form-data"" {% endif %}{% if form_url %}action=""{{ form_url }}"" {% endif %}method=""post"" id=""{{ opts.module_name }}_form"">{% block form_top %}{% endblock %}
 <div>
 {% if is_popup %}<input type=""hidden"" name=""_popup"" value=""1"" />{% endif %}
 {% if opts.admin.save_on_top %}{% submit_row %}{% endif %}
"		new	Uncategorized	dev					Unreviewed	1	0	0	0	0	0
