We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66822d commit 28e3c45Copy full SHA for 28e3c45
1 file changed
ietf/iesg/feeds.py
@@ -15,7 +15,7 @@ def items(self):
15
return TelechatMinutes.objects.order_by('-telechat_date')[:10]
16
17
def item_link(self, item):
18
- return "/iesg/telechat/detail/%d/" % (item.id)
+ return "/iesg/telechat/%d/" % (item.id)
19
20
# The approval date isn't stored, so let's just say they're
21
# published on the date of the telechat.
0 commit comments