We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ccf1a commit d06c6e7Copy full SHA for d06c6e7
conditional/templates/dashboard.html
@@ -76,18 +76,6 @@ <h3 class="panel-title">Freshman Evaluations
76
</span>
77
</td>
78
</tr>
79
- <tr>
80
- <td class="title">Freshman Project</td>
81
- <td>
82
- {% if freshman['fresh_proj'] == "Passed" %}
83
- <span class="pull-right"><span class="glyphicon glyphicon-ok-sign green"></span> Passed</span>
84
- {% elif freshman['fresh_proj'] == "Pending" %}
85
- <span class="pull-right"><span class="glyphicon glyphicon-hourglass yellow"></span> Pending</span>
86
- {% else %}
87
- <span class="pull-right"><span class="glyphicon glyphicon-remove-sign red"></span> Failed</span>
88
- {% endif %}
89
- </td>
90
- </tr>
91
</tbody>
92
</table>
93
<div class="panel-body" style="padding:0px 0px 8px 8px">
0 commit comments