Credit progress page formatting bugfixes.

* Correctly format the student's full name on the progress page.
* Add tests for progress page credit requirements display.
* Display grade percentage for credit requirement on progress page
This commit is contained in:
Will Daly
2015-07-19 15:34:11 -07:00
parent 80cf4d6ecb
commit d3f58b689f
4 changed files with 161 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ import datetime
from mock import patch
import pytz
from mock import patch
from django.conf import settings
from django.core.urlresolvers import reverse