Skip to content

Commit 010910a

Browse files
committed
Tweaked the meeting date format in the attendees per meeting bargraph tooltip.
- Legacy-Id: 14952
1 parent 9547646 commit 010910a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/stats/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def reg_name(r):
910910
"name": "IETF {} - {}, {}".format(int(m.number), m.city, country),
911911
"x": int(m.number),
912912
"y": m.attendees,
913-
"date": m.date.strftime("%d %B %Y"),
913+
"date": m.date.strftime("%d %b %Y"),
914914
"url": url,
915915
}
916916
else:

0 commit comments

Comments
 (0)