From 04f4b26b3a9e4a2c5c065d54f56a5ad581e53dba Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" Date: Sat, 2 Nov 2013 23:13:32 +0000 Subject: [PATCH] Mark Concluded BoFs as BoFs, not Concluded WGs. Fixes #1169. - Legacy-Id: 6635 --- ietf/templates/wginfo/wg_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/wginfo/wg_base.html b/ietf/templates/wginfo/wg_base.html index e4a14be8e..cbb96c240 100644 --- a/ietf/templates/wginfo/wg_base.html +++ b/ietf/templates/wginfo/wg_base.html @@ -63,7 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% block content %}
-

{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}
(concluded WG){% endif %}{% if proposed %}
(proposed WG){% endif %}

+

{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}
(concluded {% if wg.state_id == "bof-conc" %}BoF{% else %}WG{% endif %}){% endif %}{% if proposed %}
(proposed WG){% endif %}

{% ifequal selected "documents" %}Documents{% else %}Documents{% endifequal %} |