summaryrefslogtreecommitdiff
path: root/app/posts
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-08-29 21:36:33 -0400
committerluxagraf <sng@luxagraf.net>2020-08-29 21:36:33 -0400
commitd6a4d143d032ca33a92ae9d1dd7a6b48502dc5ed (patch)
tree540c13bf14fe5436b126f8349a8cafe9469a8564 /app/posts
parentdf35ae90033cd6885afc25928d36c4369c9815d1 (diff)
added a check to stop save errors in post save
Diffstat (limited to 'app/posts')
-rw-r--r--app/posts/models.py2
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