Fixed a minor bug, restoring iesg agenda document page functionality after shim-layer rewrite.
- Legacy-Id: 7031
This commit is contained in:
parent
b68bedce30
commit
01c9d5ad26
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue