From d6a4d143d032ca33a92ae9d1dd7a6b48502dc5ed Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 29 Aug 2020 21:36:33 -0400 Subject: added a check to stop save errors in post save --- app/posts/models.py | 2 -- 1 file changed, 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 -- cgit v1.2.3-70-g09d2