Skip to content

Commit 495ae64

Browse files
committed
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
Commit ready for merge. - Legacy-Id: 10538
1 parent 49ebd8e commit 495ae64

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/templates/doc/document_charter.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
2424
{% else %}
2525
<th colspan="4"></th>
26-
{% endif %}
26+
{% endif %}
2727
</tr>
2828
</thead>
2929

@@ -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)