From: LotusEcho Date: Mon, 24 Sep 2012 20:15:34 +0000 (-0400) Subject: Don't put checkbox text on separate line (#475) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5e5b8acfec73ad7f12eb685ff81c6962aee655f1;p=mediagoblin.git 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