Skip to content

Commit efd2ff3

Browse files
Don't show time for directorship meeting attends
Fixes #60
1 parent ba9e22c commit efd2ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def display_dashboard():
173173
cm_attendance = [
174174
{
175175
'type': m.committee,
176-
'datetime': m.timestamp
176+
'datetime': m.timestamp.date()
177177
} for m in CommitteeMeeting.query.filter(
178178
CommitteeMeeting.id.in_(c_meetings)
179179
)]

0 commit comments

Comments
 (0)