Skip to content

Commit d06c6e7

Browse files
authored
Remove Freshman Project
1 parent 97ccf1a commit d06c6e7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

conditional/templates/dashboard.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ <h3 class="panel-title">Freshman Evaluations
7676
</span>
7777
</td>
7878
</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>
9179
</tbody>
9280
</table>
9381
<div class="panel-body" style="padding:0px 0px 8px 8px">

0 commit comments

Comments
 (0)