﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
475	Checkbox for email notifications sits above its label	Jef van Schendel	Emily O'Leary	"On the ""Changing account settings"" page, the checkbox for email comment notifications looks like this:


{{{
[✓]
Email me when others comment on my media
}}}

It should look like this:

{{{
[✓] Email me when others comment on my media
}}}

And clicking the label should check or uncheck the checkbox.

To do this, the HTML should be changed from the current:

{{{
<input type=""checkbox"">
<p>Email me when others comment on my media</p>
}}}

To this:

{{{
<label><input type=""checkbox"">Email me when others comment on my media</label>
}}}

But I have no idea how to do this, because it's generated by WTForms."	defect	closed	major	0.3.2	graphic design/interface	fixed		sebastian@…	
