From 5e5b8acfec73ad7f12eb685ff81c6962aee655f1 Mon Sep 17 00:00:00 2001 From: LotusEcho Date: Mon, 24 Sep 2012 16:15:34 -0400 Subject: [PATCH] Don't put checkbox text on separate line (#475) Manually render the "notify me" checkbox line in the account settings to not put the form label as a heading but in the same line as the checkbox. Edit forms.py to use the label attribute for the caption. Original patch modified by Sebastian Spaeth to 1) not translate the checkbox label in the template, it is translated in forms.py already. 2) Simplify the HTML, manually constructing the