Typo in comments
This commit is contained in:
parent
8fa135d52e
commit
a385a373b9
@ -183,7 +183,7 @@ def comments_for_node(node_id):
|
||||
some_comment['_current_user_rating'] = None # tri-state boolean
|
||||
|
||||
if current_user.is_authenticated:
|
||||
for rating in comment.properties.ratings or ():
|
||||
for rating in some_comment.properties.ratings or ():
|
||||
if rating.user != current_user.objectid:
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user