Add masters track to instr. dash. enrollment breakdown

JIRA:EDUCATOR-4027
This commit is contained in:
Matt Hughes
2019-02-15 14:41:20 -05:00
parent 436416d86d
commit 5dcc3d33e9

View File

@@ -24,6 +24,11 @@ from openedx.core.djangolib.markup import HTML, Text
<tr>
<th scope="row">${_("Professional")}</th><td>${modes['professional'] + modes['no-id-professional']}</td>
</tr>
%if modes['masters'] > 0:
<tr>
<th scope="row">${_("Master's")}</th><td>${modes['masters']}</td>
</tr>
%endif
<tr style="color:green;border-top:1px solid #000">
<th scope="row" style="padding-top:10px;">
<strong>${_("Total")}</strong>