Tweaked the meeting date format in the attendees per meeting bargraph tooltip.
- Legacy-Id: 14952
This commit is contained in:
parent
9547646f81
commit
010910a847
|
@ -910,7 +910,7 @@ def meeting_stats(request, num=None, stats_type=None):
|
|||
"name": "IETF {} - {}, {}".format(int(m.number), m.city, country),
|
||||
"x": int(m.number),
|
||||
"y": m.attendees,
|
||||
"date": m.date.strftime("%d %B %Y"),
|
||||
"date": m.date.strftime("%d %b %Y"),
|
||||
"url": url,
|
||||
}
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue