﻿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
4932	class and id attributes on labels and input html tag	James <james_027@…>	nobody	"Hi,

 I am just learning the django's newform, I am also very new to django. I don't know about the old form, but I found this newform to be very cool! I hope it could provide a way for me to define the class and id attribute of the labels and input tag. So that I would just do something like this so make development stupidly fast...

f = MyForm()
f.as_p() # With this I'll just copy and paste it to my html file.

or 

for simple requirement

we could just pass the f.as_p as context to the template"		closed	Forms	dev		duplicate	newforms		Design decision needed	0	0	0	0	0	0
