Skip to content

Commit 7971354

Browse files
committed
Hide stream state info unless we actually have a stream state
- Legacy-Id: 3823
1 parent 35e54ab commit 7971354

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/idrfc/doc_tab_document_id.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
<tr><td colspan='2'><hr size='1' noshade /></td></tr>
6969

70+
{% if stream_info.state %}
7071
{% ifequal stream_info.stream.name "IETF" %}
7172
<tr>
7273
<td>IETF WG State:</td>
@@ -85,7 +86,8 @@
8586
</tr>
8687
{% endif %}
8788
{% endifequal %}
88-
<tr><td>Document shepherd:</td><td>{{ stream_info.shepherd|default:"" }}</td></tr>
89+
{% endif %}
90+
<tr><td>Document shepherd:</td><td>{{ stream_info.shepherd|default:"" }}</td></tr>
8991

9092
<tr><td colspan='2'><hr size='1' noshade /></td></tr>
9193

0 commit comments

Comments
 (0)