forked from gergely/calendar-social
Make PyLint happy again
This commit is contained in:
@@ -330,6 +330,7 @@ class FirstStepsForm(FlaskForm):
|
||||
display_name = StringField(
|
||||
label=_('Display name'),
|
||||
validators=[DataRequired()],
|
||||
# pylint: disable=line-too-long
|
||||
description=_('This will be shown to other users as your name. You can use your real name, or any nickname you like.'))
|
||||
time_zone = TimezoneField(
|
||||
label=_('Your time zone'),
|
||||
|
Reference in New Issue
Block a user