Tweak to sloppy loops

This commit is contained in:
2014-07-15 11:21:20 +02:00
parent 1b7453c4af
commit 7e9c032e24

View File

@@ -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):