Skip to content

Commit e6c418a

Browse files
committed
Merged in [10538] from lars@netapp.com:
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.) - Legacy-Id: 10561 Note: SVN reference [10538] has been migrated to Git commit 495ae64
1 parent de94e7a commit e6c418a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/doc/document_charter.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@
9191

9292
<tbody class="meta">
9393
<tr>
94-
<th>WG</th>
94+
<th>{{ group.type.name }}</th>
9595
<th>State</th>
9696
<td class="edit"></td>
9797
<td>{{ group.state.name }}</td>
9898
</tr>
9999
</tbody>
100100

101101
<tbody class="meta">
102+
{% if group.type_id != "rg" %}
102103
<tr>
103104
<th>IESG</th>
104105
<th>Responsible AD</th>
@@ -111,6 +112,7 @@
111112
{{ doc.ad|default:"(None)" }}
112113
</td>
113114
</tr>
115+
{% endif %}
114116

115117
{% if not snapshot and chartering %}
116118
<tr>

0 commit comments

Comments
 (0)