Skip to content

Commit da1cf81

Browse files
committed
Fixed the return value assigment from agenda_info() in cvs_agenda()
- Legacy-Id: 6372
1 parent e2134a6 commit da1cf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def ical_agenda(request, num=None, schedule_name=None):
697697
RequestContext(request)), mimetype="text/calendar")
698698

699699
def csv_agenda(request, num=None, name=None):
700-
timeslots, update, meeting, venue, ads, plenaryw_agenda, plenaryt_agenda = agenda_info(num, name)
700+
timeslots, scheduledsessions, update, meeting, venue, ads, plenaryw_agenda, plenaryt_agenda = agenda_info(num, name)
701701
# we should really use the Python csv module or something similar
702702
# rather than a template file which is one big mess
703703

0 commit comments

Comments
 (0)