Tweak to sloppy loops
This commit is contained in:
@@ -48,8 +48,7 @@ class Application(db.Model):
|
||||
all():
|
||||
if review.reviewer_blender_id == current_user.id:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
|
||||
@property
|
||||
def user(self):
|
||||
|
Reference in New Issue
Block a user