Rename label for WG conclude request so it's clear one is only
requesting the conclusion, not actually closing it. - Legacy-Id: 4392
This commit is contained in:
parent
286b2fc687
commit
06908f3241
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue