nuke comments (#577)

* nuke comments

* improve update_comment_count_db
This commit is contained in:
A nyaa developer
2019-08-13 22:15:16 +02:00
committed by Arylide
parent 80c9d580eb
commit 532439356f
5 changed files with 56 additions and 2 deletions

View File

@@ -346,6 +346,7 @@ class BanForm(FlaskForm):
class NukeForm(FlaskForm):
nuke_torrents = SubmitField("\U0001F4A3 Nuke Torrents")
nuke_comments = SubmitField("\U0001F4A3 Nuke Comments")
class UploadForm(FlaskForm):