diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-29 21:36:33 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-29 21:36:33 -0400 |
commit | d6a4d143d032ca33a92ae9d1dd7a6b48502dc5ed (patch) | |
tree | 540c13bf14fe5436b126f8349a8cafe9469a8564 | |
parent | df35ae90033cd6885afc25928d36c4369c9815d1 (diff) |
added a check to stop save errors in post save
-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 |