Skip to content

Commit c470e61

Browse files
committed
Allow the IRTF stream to set shepherds and shepherd writeups. Fixes ietf-tools#1993. Commit ready for merge.
- Legacy-Id: 15395
1 parent 705e4c8 commit c470e61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
</tr>
347347
{% endif %}
348348

349-
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' %}
349+
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' %}
350350
<tr>
351351
<th></th>
352352
<th>Document shepherd</th>

ietf/templates/doc/shepherd_writeup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ useful in selecting the IANA Experts for these new registries.
258258
(19) Describe reviews and automated checks performed by the Document
259259
Shepherd to validate sections of the document written in a formal
260260
language, such as XML code, BNF rules, MIB definitions, etc.
261-
{% endif %}{% else %}There is no default template for the {{d.stream}} stream
262-
{% endif %}{% else %}There is no stream set for this document (thus, no default template)
261+
{% endif %}{% else %}There is no default shepherd writeup template for the {{doc.stream}} stream
262+
{% endif %}{% else %}There is no stream set for this document (thus, no default shepherd writeup template)
263263
{% endif %}

0 commit comments

Comments
 (0)