Added ability for users to leave anonymous comments

This commit is contained in:
Sn0wCrack
2017-05-15 17:38:03 +10:00
committed by nyaadev
parent 1a9ebc19ed
commit fe6abf33c1
3 changed files with 8 additions and 1 deletions

View File

@@ -132,6 +132,8 @@ class CommentForm(FlaskForm):
Required()
])
is_anonymous = BooleanField('Anonymous')
class EditForm(FlaskForm):
display_name = StringField('Torrent display name', [