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