Added section totals to profile page

--HG--
branch : profiledev
This commit is contained in:
Bridger Maxwell
2012-02-02 17:53:34 -05:00
parent 7d0e92d93e
commit 5bc671e40f

View File

@@ -94,7 +94,7 @@ $(function() {
<h2>${ hw['chapter'] }</h2>
<div class="scores">
<h3>${ hw['section'] }</h3>
<h3>${ hw['section'] } ${"({0}/{1})".format( hw['section_total'][0], hw['section_total'][1] )}</h3>
<ul>
% for score in hw['scores']: