Revert "Add masters track to instr. dash. enrollment breakdown"

This reverts commit 5dcc3d33e9.
This commit is contained in:
Matt Hughes
2019-02-20 11:52:41 -05:00
parent da6c0d33c8
commit 1ebc6f9c5e

View File

@@ -24,11 +24,6 @@ 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>