From 06908f324155392796caf7c147d590dca192ff21 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 4 May 2012 14:28:42 +0000 Subject: [PATCH] Rename label for WG conclude request so it's clear one is only requesting the conclusion, not actually closing it. - Legacy-Id: 4392 --- ietf/wginfo/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ietf/wginfo/views.py b/ietf/wginfo/views.py index 6cf0a2345..082c327ed 100644 --- a/ietf/wginfo/views.py +++ b/ietf/wginfo/views.py @@ -170,9 +170,7 @@ def wg_charter(request, acronym): actions = [] if wg.state_id != "conclude": actions.append(("Edit WG", urlreverse("wg_edit", kwargs=dict(acronym=wg.acronym)))) - - if wg.state_id == "active" and (not wg.charter or wg.charter.get_state_slug() == "approved"): - actions.append(("Conclude WG", urlreverse("wg_conclude", kwargs=dict(acronym=wg.acronym)))) + actions.append(("Request closing WG", urlreverse("wg_conclude", kwargs=dict(acronym=wg.acronym)))) context = get_wg_menu_context(wg, "charter") context.update(dict(