From a6a39a04dcd2b91918e28274d9fba7784fac6685 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 23 Oct 2023 10:57:23 -0400 Subject: [PATCH] feat: Show/edit shepherd for IAB-stream documents (#6498) * feat: Show/edit shepherd for IAB-stream documents (#4810) * style: Shepherd for IAB documents is called 'IAB shepherd' --- ietf/templates/doc/document_draft.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 77eedea76..a3c981a8c 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -173,11 +173,11 @@ {% endif %} - {% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' %} + {% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' or doc.stream_id == 'iab' %} - Document shepherd + {% if doc.stream_id == 'iab' %}IAB shepherd{% else %}Document shepherd{% endif %} {% if can_edit_stream_info and not snapshot %}