﻿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
5387	method Form.is_multipart	Petr Marhoun <petr.marhoun@…>	murkt	"I would like to write this in a general template:

{{{
#!html

{% if form.is_multipart %}
    <form action=""."" method=""post"" enctype=""multipart/form-data"">
{% else %}
    <form action=""."" method=""post"">
{% endif %}

}}}

I can do it with the attached patch.
"		closed	Forms	dev		fixed	newforms, is_multipart, sprintsept14		Accepted	1	0	0	0	0	0
