Skip to content

Commit ca7b70b

Browse files
committed
/wg/acronym/: fix warning for concluded WGs
- Legacy-Id: 2143
1 parent d3d38d9 commit ca7b70b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/templates/wginfo/wg_charter.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@
3838
{% block wg_content %}
3939

4040
<div class="ietf-box ietf-wg-details">
41+
{% if concluded %}
4142
<span class="ietf-concluded-warning">Note: The data for concluded WGs
4243
is occasionally incorrect.</span>
44+
{% endif %}
4345
<table>
4446
<tr>
4547
<td colspan="2">
@@ -96,6 +98,7 @@
9698
<tr><td>To Subscribe:</td><td>{{ wg.email_subscribe|urlize }}</td></tr>
9799
<tr><td>Archive:</td><td>{{ wg.clean_email_archive|urlize }}</a></td></tr>
98100

101+
{% if not concluded %}
99102
<tr>
100103
<td colspan="2">
101104
<br/><b>Jabber Chat</b>
@@ -104,6 +107,7 @@
104107

105108
<tr><td>Room Address:</td><td><a href="xmpp:{{wg}}@jabber.ietf.org">xmpp:{{wg}}@jabber.ietf.org</a></td></tr>
106109
<tr><td>Logs:</td><td><a href="http://jabber.ietf.org/logs/{{wg}}/">http://jabber.ietf.org/logs/{{wg}}/</a></td></tr>
110+
{% endif %}
107111

108112
</table>
109113
</div>

0 commit comments

Comments
 (0)