Fixed a minor bug, restoring iesg agenda document page functionality after shim-layer rewrite.

- Legacy-Id: 7031
This commit is contained in:
Henrik Levkowetz 2013-12-20 16:34:19 +00:00
parent b68bedce30
commit 01c9d5ad26

View file

@ -355,7 +355,7 @@ def agenda_documents(request):
telechats = []
for date in dates:
sections = agenda_sections()
fill_in_agenda_docs(date, sections, docs_by_date[d])
fill_in_agenda_docs(date, sections, docs_by_date[date])
telechats.append({
"date":date,