Skip to content

Commit 14e97a7

Browse files
committed
Provide the agenda template with the time now
This makes it possible to display either audio and video stream links when a session is live, or links to the archives after a session. - Legacy-Id: 11643
1 parent 4a21a53 commit 14e97a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ def agenda(request, num=None, name=None, base=None, ext=None, owner=None, utc=""
461461
"filtered_assignments": filtered_assignments,
462462
"updated": updated,
463463
"group_parents": group_parents,
464+
"now": datetime.datetime.now(),
464465
}, content_type=mimetype[ext])
465466

466467
def agenda_csv(schedule, filtered_assignments):

0 commit comments

Comments
 (0)