Skip to content

Commit 18fdfc0

Browse files
committed
Fixes href() for bluesheets. Fixes ietf-tools#2107. Commit ready for merge. Will patch into production
- Legacy-Id: 12518
1 parent f098e2a commit 18fdfc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ def skip_unreadable_post(record):
486486
"minutes": "https://www.ietf.org/proceedings/{meeting.number}/minutes/{doc.external_url}",
487487
"slides": "https://www.ietf.org/proceedings/{meeting.number}/slides/{doc.external_url}",
488488
"recording": "{doc.external_url}",
489+
"bluesheets": "https://www.ietf.org/proceedings/{meeting.number}/bluesheets/{doc.external_url}",
489490
}
490491

491492
# Override this in settings_local.py if needed

0 commit comments

Comments
 (0)