mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 00:09:05 +00:00
Added ability for users to leave anonymous comments
This commit is contained in:
@@ -132,6 +132,8 @@ class CommentForm(FlaskForm):
|
||||
Required()
|
||||
])
|
||||
|
||||
is_anonymous = BooleanField('Anonymous')
|
||||
|
||||
|
||||
class EditForm(FlaskForm):
|
||||
display_name = StringField('Torrent display name', [
|
||||
|
||||
Reference in New Issue
Block a user