File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ <h3 class="panel-title">Directorship Meeting Attendance</h3>
352
352
{% for meeting in cm_attendance %}
353
353
< tr >
354
354
< td > {{meeting['committee']}}</ td >
355
- < td > {{meeting['timestamp']}}</ td >
355
+ < td > {{meeting['timestamp'].strftime('%Y-%m-%d') }}</ td >
356
356
</ tr >
357
357
{% endfor %}
358
358
</ tbody >
Original file line number Diff line number Diff line change @@ -47,8 +47,13 @@ <h3>{{m['technical_seminars']|length}}</h3>
47
47
</ div >
48
48
</ div >
49
49
</ div >
50
- < h4 > < span class ="icon glyphicon glyphicon-{% if m['freshman_project'] == 'Passed' %}ok passed{%else%}remove{% endif %} " aria-hidden ="true "> </ span > Freshman Project</ h4 >
51
-
50
+
51
+ < h4 >
52
+ {% if m['freshman_project'] != 'Pending' %}
53
+ < span class ="icon glyphicon glyphicon-{% if m['freshman_project'] == 'Passed' %}ok passed{%else%}remove{% endif %} " aria-hidden ="true "> </ span > Freshman Project
54
+ {% endif %}
55
+ </ h4 >
56
+
52
57
< div class ="actions " data-uid ="{{m['uid']}} " data-cn ="{{m['name']}} ">
53
58
< button class ="pass " type ="button "> Pass</ button >
54
59
< button class ="fail " type ="button "> Fail</ button >
You can’t perform that action at this time.
0 commit comments