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:
Henrik Levkowetz 2016-07-13 13:01:26 +00:00
parent 4a21a535fb
commit 14e97a732c

View file

@ -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):