Commit 5bc671e4 by Bridger Maxwell

Added section totals to profile page

--HG--
branch : profiledev
parent 7d0e92d9
......@@ -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']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment