Foldit with puzzle leaderboard

This commit is contained in:
Julian Arni
2013-02-25 11:16:37 -05:00
parent e5294591dc
commit da2d0ed6ec
4 changed files with 86 additions and 49 deletions

View File

@@ -73,7 +73,7 @@ class FolditModule(XModule):
"""
from foldit.models import Score
return [(e['username'], e['total_score']) for e in Score.get_tops_n(10)]
return [(e['username'], e['score']) for e in Score.get_tops_n(10)]
def get_html(self):
"""