Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

This commit is contained in:
xray7224
2013-07-14 15:27:52 +01:00
48 changed files with 395 additions and 261 deletions

View File

@@ -41,3 +41,6 @@ class LoginForm(wtforms.Form):
normalize_user_or_email_field()])
password = wtforms.PasswordField(
_('Password'))
stay_logged_in = wtforms.BooleanField(
label='',
description=_('Stay logged in'))