+
@@ -126,8 +127,7 @@ $(function() { %for chapter in courseware_summary: %if not chapter['chapter'] == "hidden":
  • -

    - ${ chapter['chapter'] }

    +

    ${ chapter['chapter'] }

      %for section in chapter['sections']: @@ -137,8 +137,8 @@ $(function() { total = section['section_total'].possible percentageString = "{0:.0%}".format( float(earned)/total) if earned > 0 and total > 0 else "" %> - -

      +

      +>>>>>>> 7f2f47597fd50acbab49be5173b76b026ff4378d ${ section['section'] } ${"({0:.3n}/{1:.3n}) {2}".format( float(earned), float(total), percentageString )}

      ${section['format']} %if 'due' in section and section['due']!="": diff --git a/requirements.txt b/requirements.txt index 4cc132d6ff..46c822642e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,8 @@ django_debug_toolbar -e git://github.com/MITx/django-pipeline.git#egg=django-pipeline django-staticfiles>=1.2.1 fs -beautifulsoup +beautifulsoup +beautifulsoup4 feedparser requests sympy