diff --git a/.DS_Store b/.DS_Store index a630216fad..bf54290bb5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/profile.html b/profile.html index e50efed801..3f88a4995b 100644 --- a/profile.html +++ b/profile.html @@ -1,5 +1,9 @@ <%inherit file="main.html" /> +<%! + import json +%> + + + + +
    % for hw in homeworks:
  1. ${ hw['chapter'] }

    -

    ${ hw['section'] }

    +

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