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
This commit is contained in:
parent
4a21a535fb
commit
14e97a732c
|
@ -461,6 +461,7 @@ def agenda(request, num=None, name=None, base=None, ext=None, owner=None, utc=""
|
|||
"filtered_assignments": filtered_assignments,
|
||||
"updated": updated,
|
||||
"group_parents": group_parents,
|
||||
"now": datetime.datetime.now(),
|
||||
}, content_type=mimetype[ext])
|
||||
|
||||
def agenda_csv(schedule, filtered_assignments):
|
||||
|
|
Loading…
Reference in a new issue