diff options
Diffstat (limited to 'app/posts/models.py')
-rw-r--r-- | app/posts/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/posts/models.py b/app/posts/models.py index dc3ae4c..aef3a2b 100644 --- a/app/posts/models.py +++ b/app/posts/models.py @@ -188,8 +188,6 @@ class Post(models.Model): super(Post, self).save(*args, **kwargs) - - class PostModerator(CommentModerator): ''' Moderate everything except people with multiple approvals |