From bad3b209c989f35c04345e69ef0f505e3bf20bff Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Sun, 8 Sep 2024 10:24:50 -0300 Subject: [PATCH] fix: typo in drafts_by_names() --- ietf/api/views_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/api/views_rpc.py b/ietf/api/views_rpc.py index 8b86417b5db..9247cfbe982 100644 --- a/ietf/api/views_rpc.py +++ b/ietf/api/views_rpc.py @@ -131,7 +131,7 @@ def drafts_by_names(request): "stream": doc.stream.slug if doc.stream else "none", "title": doc.title, "pages": doc.pages, - "source_format": _document_source_format(d), + "source_format": _document_source_format(doc), "authors": [ { "id": p.pk,