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 495ae645ed
This commit is contained in:
parent
de94e7a991
commit
e6c418a672
|
@ -91,7 +91,7 @@
|
|||
|
||||
<tbody class="meta">
|
||||
<tr>
|
||||
<th>WG</th>
|
||||
<th>{{ group.type.name }}</th>
|
||||
<th>State</th>
|
||||
<td class="edit"></td>
|
||||
<td>{{ group.state.name }}</td>
|
||||
|
@ -99,6 +99,7 @@
|
|||
</tbody>
|
||||
|
||||
<tbody class="meta">
|
||||
{% if group.type_id != "rg" %}
|
||||
<tr>
|
||||
<th>IESG</th>
|
||||
<th>Responsible AD</th>
|
||||
|
@ -111,6 +112,7 @@
|
|||
{{ doc.ad|default:"(None)" }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
||||
{% if not snapshot and chartering %}
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue