Skip to content

Commit 0bc7af8

Browse files
committed
Syntax fix
- Legacy-Id: 16231
1 parent 47cbb8c commit 0bc7af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/iesg/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ def agenda_package(request, date=None):
283283
"date": data["date"],
284284
"sections": sorted(data["sections"].iteritems()),
285285
"roll_call": data["sections"]["1.1"]["text"],
286-
"roll_call_url": settings.IESG_ROLL_CALL_URL
286+
"roll_call_url": settings.IESG_ROLL_CALL_URL,
287287
"minutes": data["sections"]["1.3"]["text"],
288-
"minutes_url": settings.IESG_MINUTES_URL
288+
"minutes_url": settings.IESG_MINUTES_URL,
289289
"management_items": [(num, section) for num, section in data["sections"].iteritems() if "6" < num < "7"],
290290
}, content_type='text/plain')
291291

0 commit comments

Comments
 (0)