From 5bc671e40f33768a8627ffab74d8656f656a845e Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 2 Feb 2012 17:53:34 -0500 Subject: [PATCH] Added section totals to profile page --HG-- branch : profiledev --- profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.html b/profile.html index 13e98c1c9e..45b6dfcc2b 100644 --- a/profile.html +++ b/profile.html @@ -94,7 +94,7 @@ $(function() {

${ hw['chapter'] }

-

${ hw['section'] }

+

${ hw['section'] } ${"({0}/{1})".format( hw['section_total'][0], hw['section_total'][1] )}