mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 00:09:05 +00:00
comments can be added+removed. gravatar for user avatar
This commit is contained in:
@@ -129,7 +129,7 @@ class DisabledSelectField(SelectField):
|
||||
class CommentForm(FlaskForm):
|
||||
comment = TextAreaField('Make a comment', [
|
||||
Length(max=255, message='Comment must be at most %(max)d characters long.'),
|
||||
Required()
|
||||
DataRequired()
|
||||
])
|
||||
|
||||
is_anonymous = BooleanField('Anonymous')
|
||||
|
||||
Reference in New Issue
Block a user