Commit e58fe799 by chrisndodge

Merge pull request #9917 from edx/cdodge/put-back-icon-indicator

edx-procoting will be passing back which font-awesome icon to use
parents 80dafc21 7b980b82
...@@ -45,7 +45,7 @@ else: ...@@ -45,7 +45,7 @@ else:
<p class="subtitle"> <p class="subtitle">
% if 'proctoring' in section: % if 'proctoring' in section:
## Display the proctored exam status icon and status message ## Display the proctored exam status icon and status message
<span class="menu-icon icon fa fa-pencil-square-o" aria-hidden="true"></span> <span class="menu-icon icon fa ${section['proctoring'].get('suggested_icon', 'fa-pencil-square-o')} ${section['proctoring'].get('status', 'eligible')}" aria-hidden="true"></span>
<span class="subtitle-name">${section['proctoring'].get('short_description', '')}</span> <span class="subtitle-name">${section['proctoring'].get('short_description', '')}</span>
## completed proctored exam statuses should not show the due date ## completed proctored exam statuses should not show the due date
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment